#BDD1DC

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

Shades of Light Blue #BDD1DC

Tints of Light Blue #BDD1DC

Color information

#BDD1DC (or 0xBDD1DC) is unknown color: approx Light Blue. HEX triplet: BD, D1 and DC. RGB value is (189,209,220). Sum of RGB (Red+Green+Blue) = 189+209+220=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDD1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1DC is #422E23. Grayscale: #CCCCCC. Windows color (decimal): -4337188 or 14471613. OLE color: 14471613.

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

Color convert

RGB189209220-
CMYK0.140.0500.14
HSL201.29º30.69%80.2%-
HSV(B)201.29º14.09%86.27%-
XYZ56.7161.5976.61-
YUV204.27136.87117.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 209 (82.03% from 255) = 33.82%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=30.58%
G=33.82%
B=35.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892092200.140.0500.14201.2930.6980.2
HexBDD1DCE50Ec91f50
Octal27532133416501631137120
Binary10111101110100011101110011101010111011001001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD1DC; }

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

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

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

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

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

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

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

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