#BDD4DC

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

Shades of Light Blue #BDD4DC

Tints of Light Blue #BDD4DC

Color information

#BDD4DC (or 0xBDD4DC) is unknown color: approx Light Blue. HEX triplet: BD, D4 and DC. RGB value is (189,212,220). Sum of RGB (Red+Green+Blue) = 189+212+220=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDD4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4DC is #422B23. Grayscale: #CDCDCD. Windows color (decimal): -4336420 or 14472381. OLE color: 14472381.

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

Color convert

RGB189212220-
CMYK0.140.0400.14
HSL195.48º30.69%80.2%-
HSV(B)195.48º14.09%86.27%-
XYZ57.4563.0776.86-
YUV206.04135.88115.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 212 (83.20% from 255) = 34.14%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=30.43%
G=34.14%
B=35.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892122200.140.0400.14195.4830.6980.2
HexBDD4DCE40Ec31f50
Octal27532433416401630337120
Binary10111101110101001101110011101000111011000011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4DC; }

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

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

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

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

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

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

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

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