Color Hex Logo

#bbbfe6 Color Hex

#BBBFE6
(187,191,230)
0 Favorites   0 Comments

Color spaces of #bbbfe6

RGB 187191230
HSL0.650.460.82
HSV234°19°90°
CMYK 0.190.170.00   0.10
XYZ53.407253.539682.3822
Yxy53.53960.28210.2828
Hunter Lab73.17082.2380-15.5345
CIE-Lab78.19256.5927-19.8436

#bbbfe6 color RGB value is (187,191,230).

#bbbfe6 hex color red value is 187, green value is 191 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #bbbfe6 hue: 0.65 , saturation: 0.46 and the lightness value of bbbfe6 is 0.82.

The process color (four color CMYK) of #bbbfe6 color hex is 0.19, 0.17, 0.00, 0.10. Web safe color of #bbbfe6 is #ccccff. Color #bbbfe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 11100110
Octal 273 277 346
Decimal 187 191 230
Hex BB BF E6

RGB Percentages of Color #bbbfe6

%30.76
%31.41
%37.83

CMYK Percentages of Color #bbbfe6

%19
%17
%0
%10

Triadic Colors of #bbbfe6

#bbbfe6 #e6bbbf #bfe6bb

Analogous Colors of #bbbfe6

#bbbfe6 #cdbbe6 #bbd5e6

Monochromatic Colors of #bbbfe6

#bbbfe6

Complementary Color

#bbbfe6 #e6e2bb

#bbbfe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbfe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbfe6 Color CSS Codes

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

#bbbfe6 Text Font Color

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

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


#bbbfe6 Background Color

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

This div background color is #bbbfe6


#bbbfe6 Border Color

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

This div border color is #bbbfe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbfe6


Comments

No comments written yet.

Please login to write comment.