Color Hex Logo

#b0c5db Color Hex

#B0C5DB
(176,197,219)
0 Favorites   0 Comments

Color spaces of #b0c5db

RGB 176197219
HSL0.590.370.77
HSV211°20°86°
CMYK 0.200.100.00   0.14
XYZ50.656954.277174.8245
Yxy54.27710.28180.3019
Hunter Lab73.6730-6.1927-8.6456
CIE-Lab78.6230-2.4707-13.3487

#b0c5db color RGB value is (176,197,219).

#b0c5db hex color red value is 176, green value is 197 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b0c5db hue: 0.59 , saturation: 0.37 and the lightness value of b0c5db is 0.77.

The process color (four color CMYK) of #b0c5db color hex is 0.20, 0.10, 0.00, 0.14. Web safe color of #b0c5db is #99cccc. Color #b0c5db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11000101 11011011
Octal 260 305 333
Decimal 176 197 219
Hex B0 C5 DB

RGB Percentages of Color #b0c5db

%29.73
%33.28
%36.99

CMYK Percentages of Color #b0c5db

%20
%10
%0
%14

Triadic Colors of #b0c5db

#b0c5db #dbb0c5 #c5dbb0

Analogous Colors of #b0c5db

#b0c5db #b1b0db #b0dbdb

Monochromatic Colors of #b0c5db

#b0c5db

Complementary Color

#b0c5db #dbc6b0

#b0c5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0c5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0c5db Color CSS Codes

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

#b0c5db Text Font Color

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

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


#b0c5db Background Color

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

This div background color is #b0c5db


#b0c5db Border Color

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

This div border color is #b0c5db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,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 #b0c5db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0c5db

#b0c5db Color Palettes


Comments

No comments written yet.

Please login to write comment.