#BDD3DC

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

Shades of Light Blue #BDD3DC

Tints of Light Blue #BDD3DC

Color information

#BDD3DC (or 0xBDD3DC) is unknown color: approx Light Blue. HEX triplet: BD, D3 and DC. RGB value is (189,211,220). Sum of RGB (Red+Green+Blue) = 189+211+220=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDD3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3DC is #422C23. Grayscale: #CDCDCD. Windows color (decimal): -4336676 or 14472125. OLE color: 14472125.

HSL color Cylindrical-coordinate representation of color #BDD3DC: hue angle of 197.42º 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 #BDD3DC is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189211220-
CMYK0.140.0400.14
HSL197.42º30.69%80.2%-
HSV(B)197.42º14.09%86.27%-
XYZ57.262.5776.77-
YUV205.45136.21116.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 211 (82.81% from 255) = 34.03%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=30.48%
G=34.03%
B=35.48%

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
Decimal1892112200.140.0400.14197.4230.6980.2
HexBDD3DCE40Ec51f50
Octal27532333416401630537120
Binary10111101110100111101110011101000111011000101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3DC; }

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

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

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

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

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

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

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

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