Color Hex Logo

#bbbfe3 Color Hex

#BBBFE3
(187,191,227)
0 Favorites   0 Comments

Color spaces of #bbbfe3

RGB 187191227
HSL0.650.420.81
HSV234°18°89°
CMYK 0.180.160.00   0.11
XYZ52.989453.372580.1821
Yxy53.37250.28410.2861
Hunter Lab73.05651.6209-13.9334
CIE-Lab78.09445.9368-18.3758

#bbbfe3 color RGB value is (187,191,227).

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

The process color (four color CMYK) of #bbbfe3 color hex is 0.18, 0.16, 0.00, 0.11. Web safe color of #bbbfe3 is #cccccc. Color #bbbfe3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 11100011
Octal 273 277 343
Decimal 187 191 227
Hex BB BF E3

RGB Percentages of Color #bbbfe3

%30.91
%31.57
%37.52

CMYK Percentages of Color #bbbfe3

%18
%16
%0
%11

Triadic Colors of #bbbfe3

#bbbfe3 #e3bbbf #bfe3bb

Analogous Colors of #bbbfe3

#bbbfe3 #cbbbe3 #bbd3e3

Monochromatic Colors of #bbbfe3

#bbbfe3

Complementary Color

#bbbfe3 #e3dfbb

#bbbfe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbfe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbfe3 Color CSS Codes

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

#bbbfe3 Text Font Color

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

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


#bbbfe3 Background Color

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

This div background color is #bbbfe3


#bbbfe3 Border Color

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

This div border color is #bbbfe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbfe3


Comments

No comments written yet.

Please login to write comment.