Color Hex Logo

#bbc3ef Color Hex

#BBC3EF
(187,195,239)
0 Favorites   0 Comments

Color spaces of #bbc3ef

RGB 187195239
HSL0.640.620.84
HSV231°22°94°
CMYK 0.220.180.00   0.06
XYZ55.588655.827089.5072
Yxy55.82700.27670.2779
Hunter Lab74.71752.0456-18.7238
CIE-Lab79.51536.4338-22.6724

#bbc3ef color RGB value is (187,195,239).

#bbc3ef hex color red value is 187, green value is 195 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bbc3ef hue: 0.64 , saturation: 0.62 and the lightness value of bbc3ef is 0.84.

The process color (four color CMYK) of #bbc3ef color hex is 0.22, 0.18, 0.00, 0.06. Web safe color of #bbc3ef is #ccccff. Color #bbc3ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000011 11101111
Octal 273 303 357
Decimal 187 195 239
Hex BB C3 EF

RGB Percentages of Color #bbc3ef

%30.11
%31.40
%38.49

CMYK Percentages of Color #bbc3ef

%22
%18
%0
%6

Triadic Colors of #bbc3ef

#bbc3ef #efbbc3 #c3efbb

Analogous Colors of #bbc3ef

#bbc3ef #cdbbef #bbddef

Monochromatic Colors of #bbc3ef

#bbc3ef

Complementary Color

#bbc3ef #efe7bb

#bbc3ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc3ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc3ef Color CSS Codes

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

#bbc3ef Text Font Color

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

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


#bbc3ef Background Color

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

This div background color is #bbc3ef


#bbc3ef Border Color

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

This div border color is #bbc3ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc3ef


Comments

No comments written yet.

Please login to write comment.