#BDD9DE

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

Shades of Powder Blue #BDD9DE

Tints of Powder Blue #BDD9DE

Color information

#BDD9DE (or 0xBDD9DE) is unknown color: approx Powder Blue. HEX triplet: BD, D9 and DE. RGB value is (189,217,222). Sum of RGB (Red+Green+Blue) = 189+217+222=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDD9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9DE is #422621. Grayscale: #D1D1D1. Windows color (decimal): -4335138 or 14604733. OLE color: 14604733.

HSL color Cylindrical-coordinate representation of color #BDD9DE: hue angle of 189.09º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDD9DE is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189217222-
CMYK0.150.0200.13
HSL189.09º33.33%80.59%-
HSV(B)189.09º14.86%87.06%-
XYZ58.9865.7278.68-
YUV209.2135.22113.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 217 (85.16% from 255) = 34.55%
BLUE value IS 222 (87.11% from 255) = 35.35%
R=30.10%
G=34.55%
B=35.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892172220.150.0200.13189.0933.3380.59
HexBDD9DEF20Dbd2151
Octal27533133617201527541121
Binary10111101110110011101111011111001101101111011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD9DE; }

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

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

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

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

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

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

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

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