Color Hex Logo

#bbcde5 Color Hex

#BBCDE5
(187,205,229)
0 Favorites   0 Comments

Color spaces of #bbcde5

RGB 187205229
HSL0.600.450.82
HSV214°18°90°
CMYK 0.180.100.00   0.10
XYZ56.467759.884682.7115
Yxy59.88460.28370.3008
Hunter Lab77.3851-5.1731-9.2013
CIE-Lab81.7754-1.1156-13.9087

#bbcde5 color RGB value is (187,205,229).

#bbcde5 hex color red value is 187, green value is 205 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bbcde5 hue: 0.60 , saturation: 0.45 and the lightness value of bbcde5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 11100101
Octal 273 315 345
Decimal 187 205 229
Hex BB CD E5

RGB Percentages of Color #bbcde5

%30.11
%33.01
%36.88

CMYK Percentages of Color #bbcde5

%18
%10
%0
%10

Triadic Colors of #bbcde5

#bbcde5 #e5bbcd #cde5bb

Analogous Colors of #bbcde5

#bbcde5 #bebbe5 #bbe2e5

Monochromatic Colors of #bbcde5

#bbcde5

Complementary Color

#bbcde5 #e5d3bb

#bbcde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcde5 Color CSS Codes

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

#bbcde5 Text Font Color

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

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


#bbcde5 Background Color

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

This div background color is #bbcde5


#bbcde5 Border Color

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

This div border color is #bbcde5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcde5


Comments

No comments written yet.

Please login to write comment.