#B4D4DC

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

Shades of Light Blue #B4D4DC

Tints of Light Blue #B4D4DC

Color information

#B4D4DC (or 0xB4D4DC) is unknown color: approx Light Blue. HEX triplet: B4, D4 and DC. RGB value is (180,212,220). Sum of RGB (Red+Green+Blue) = 180+212+220=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D4DC is #4B2B23. Grayscale: #CBCBCB. Windows color (decimal): -4926244 or 14472372. OLE color: 14472372.

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

Color convert

RGB180212220-
CMYK0.180.0400.14
HSL192º36.36%78.43%-
HSV(B)192º18.18%86.27%-
XYZ55.2861.9676.76-
YUV203.34137.4111.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.41%
GREEN value IS 212 (83.20% from 255) = 34.64%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=29.41%
G=34.64%
B=35.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802122200.180.0400.1419236.3678.43
HexB4D4DC1240Ec0244e
Octal26432433422401630044116
Binary1011010011010100110111001001010001110110000001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D4DC; }

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

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

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

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

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

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

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

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