Color Hex Logo

#bbc5db Color Hex

#BBC5DB
(187,197,219)
0 Favorites   0 Comments

Color spaces of #bbc5db

RGB 187197219
HSL0.610.310.80
HSV221°15°86°
CMYK 0.150.100.00   0.14
XYZ53.246055.611874.9456
Yxy55.61180.28970.3026
Hunter Lab74.5733-3.0528-7.3847
CIE-Lab79.39241.0053-12.1174

#bbc5db color RGB value is (187,197,219).

#bbc5db hex color red value is 187, green value is 197 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bbc5db hue: 0.61 , saturation: 0.31 and the lightness value of bbc5db is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 11011011
Octal 273 305 333
Decimal 187 197 219
Hex BB C5 DB

RGB Percentages of Color #bbc5db

%31.01
%32.67
%36.32

CMYK Percentages of Color #bbc5db

%15
%10
%0
%14

Triadic Colors of #bbc5db

#bbc5db #dbbbc5 #c5dbbb

Analogous Colors of #bbc5db

#bbc5db #c1bbdb #bbd5db

Monochromatic Colors of #bbc5db

#bbc5db

Complementary Color

#bbc5db #dbd1bb

#bbc5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc5db Color CSS Codes

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

#bbc5db Text Font Color

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

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


#bbc5db Background Color

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

This div background color is #bbc5db


#bbc5db Border Color

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

This div border color is #bbc5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc5db


Comments

No comments written yet.

Please login to write comment.