#BDD9DF

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

Shades of Powder Blue #BDD9DF

Tints of Powder Blue #BDD9DF

Color information

#BDD9DF (or 0xBDD9DF) is unknown color: approx Powder Blue. HEX triplet: BD, D9 and DF. RGB value is (189,217,223). Sum of RGB (Red+Green+Blue) = 189+217+223=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDD9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9DF is #422620. Grayscale: #D1D1D1. Windows color (decimal): -4335137 or 14670269. OLE color: 14670269.

HSL color Cylindrical-coordinate representation of color #BDD9DF: hue angle of 190.59º degrees, saturation: 0.35, 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 #BDD9DF is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189217223-
CMYK0.150.0300.13
HSL190.59º34.69%80.78%-
HSV(B)190.59º15.25%87.45%-
XYZ59.1265.7779.39-
YUV209.31135.72113.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 217 (85.16% from 255) = 34.50%
BLUE value IS 223 (87.5% from 255) = 35.45%
R=30.05%
G=34.50%
B=35.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892172230.150.0300.13190.5934.6980.78
HexBDD9DFF30Dbf2351
Octal27533133717301527743121
Binary10111101110110011101111111111101101101111111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD9DF; }

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

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

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

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

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

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

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

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