Color Hex Logo

#bbafff Color Hex

#BBAFFF
(187,175,255)
0 Favorites   0 Comments

Color spaces of #bbafff

RGB 187175255
HSL0.691.000.84
HSV249°31°100°
CMYK 0.270.310.00   0.00
XYZ53.873548.4447101.1191
Yxy48.44470.26480.2381
Hunter Lab69.602216.3586-37.4158
CIE-Lab75.104621.1001-38.0518

#bbafff color RGB value is (187,175,255).

#bbafff hex color red value is 187, green value is 175 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bbafff hue: 0.69 , saturation: 1.00 and the lightness value of bbafff is 0.84.

The process color (four color CMYK) of #bbafff color hex is 0.27, 0.31, 0.00, 0.00. Web safe color of #bbafff is #cc99ff. Color #bbafff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 11111111
Octal 273 257 377
Decimal 187 175 255
Hex BB AF FF

RGB Percentages of Color #bbafff

%30.31
%28.36
%41.33

CMYK Percentages of Color #bbafff

%27
%31
%0
%0

Triadic Colors of #bbafff

#bbafff #ffbbaf #afffbb

Analogous Colors of #bbafff

#bbafff #e3afff #afcbff

Monochromatic Colors of #bbafff

#bbafff

Complementary Color

#bbafff #f3ffaf

#bbafff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafff Color CSS Codes

.mybgcolor {background-color:#bbafff; } 
.myforecolor {color:#bbafff; }
.mybordercolor {border:3px solid #bbafff; }

#bbafff Text Font Color

<p style="color:#bbafff">Text here</p>

This sample text font color is #bbafff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbafff Background Color

<div style="background-color:#bbafff">
Div content here</div>

This div background color is #bbafff


#bbafff Border Color

<div style="border:3px solid #bbafff">
Div here</div>

This div border color is #bbafff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,175,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbafff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbafff;
  -webkit-box-shadow: 1px 1px 3px 2px #bbafff;
  box-shadow:         1px 1px 3px 2px #bbafff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,175,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbafff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbafff;
  -webkit-box-shadow: 1px 1px 3px 2px #bbafff;
  box-shadow:         1px 1px 3px 2px #bbafff;">
Div content here</div>

This div box has shadow with color #bbafff


Comments

No comments written yet.

Please login to write comment.