#BDD9DC

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

Shades of Powder Blue #BDD9DC

Tints of Powder Blue #BDD9DC

Color information

#BDD9DC (or 0xBDD9DC) is unknown color: approx Powder Blue. HEX triplet: BD, D9 and DC. RGB value is (189,217,220). Sum of RGB (Red+Green+Blue) = 189+217+220=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDD9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9DC is #422623. Grayscale: #D0D0D0. Windows color (decimal): -4335140 or 14473661. OLE color: 14473661.

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

Color convert

RGB189217220-
CMYK0.140.0100.14
HSL185.81º30.69%80.2%-
HSV(B)185.81º14.09%86.27%-
XYZ58.7265.6177.28-
YUV208.97134.22113.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 217 (85.16% from 255) = 34.66%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=30.19%
G=34.66%
B=35.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892172200.140.0100.14185.8130.6980.2
HexBDD9DCE10Eba1f50
Octal27533133416101627237120
Binary101111011101100111011100111010111010111010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD9DC; }

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

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

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

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

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

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

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

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