#B0D4DC

Color #B0D4DC Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #B0D4DC

Tints of Light Blue #B0D4DC

Color information

#B0D4DC (or 0xB0D4DC) is unknown color: approx Light Blue. HEX triplet: B0, D4 and DC. RGB value is (176,212,220). Sum of RGB (Red+Green+Blue) = 176+212+220=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0D4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D4DC is #4F2B23. Grayscale: #CACACA. Windows color (decimal): -5188388 or 14472368. OLE color: 14472368.

HSL color Cylindrical-coordinate representation of color #B0D4DC: hue angle of 190.91º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0D4DC is Cyan = 0.2, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176212220-
CMYK0.20.0400.14
HSL190.91º38.6%77.65%-
HSV(B)190.91º20%86.27%-
XYZ54.3761.4876.71-
YUV202.15138.07109.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 28.95%
GREEN value IS 212 (83.20% from 255) = 34.87%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=28.95%
G=34.87%
B=36.18%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762122200.20.0400.14190.9138.677.65
HexB0D4DC1440Ebf274e
Octal26032433424401627747116
Binary1011000011010100110111001010010001110101111111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D4DC; }

 p { color: rgb(176,212,220); }

 H1.HeaderClassName
 {
   color: #B0D4DC;
 }
 .AnyTagClassName
 {
   color: #B0D4DC;
 }
</style>
background-color css

<style>
 a { background-color: #B0D4DC; }

 a { background-color: rgb(176,212,220); }

 div.DivClassName
 {
   background-color: #B0D4DC;
 }
 .BgClassName
 {
   background-color: #B0D4DC;
 }
</style>
border-color css

<style>
 span { border-color: #B0D4DC; }

 span { border-color: rgb(176,212,220); }

 td.TdClassName
 {
   border-color: #B0D4DC;
 }
 .TagClassName
 {
   border-color: #B0D4DC;
 }
</style>