Color Hex Logo

#bbbaff Color Hex

#BBBAFF
(187,186,255)
0 Favorites   0 Comments

Color spaces of #bbbaff

RGB 187186255
HSL0.671.000.86
HSV241°27°100°
CMYK 0.270.270.00   0.00
XYZ56.102452.9026101.8620
Yxy52.90260.26610.2509
Hunter Lab72.734210.3985-32.1199
CIE-Lab77.817515.0362-33.8511

#bbbaff color RGB value is (187,186,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 11111111
Octal 273 272 377
Decimal 187 186 255
Hex BB BA FF

RGB Percentages of Color #bbbaff

%29.78
%29.62
%40.61

CMYK Percentages of Color #bbbaff

%27
%27
%0
%0

Triadic Colors of #bbbaff

#bbbaff #ffbbba #baffbb

Analogous Colors of #bbbaff

#bbbaff #debaff #badcff

Monochromatic Colors of #bbbaff

#bbbaff

Complementary Color

#bbbaff #feffba

#bbbaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbaff Color CSS Codes

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

#bbbaff Text Font Color

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

This sample text font color is #bbbaff
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.


#bbbaff Background Color

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

This div background color is #bbbaff


#bbbaff Border Color

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

This div border color is #bbbaff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,186,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 #bbbaff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbaff

Related Colors


Comments

No comments written yet.

Please login to write comment.