#BDD8DE

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

Shades of Powder Blue #BDD8DE

Tints of Powder Blue #BDD8DE

Color information

#BDD8DE (or 0xBDD8DE) is unknown color: approx Powder Blue. HEX triplet: BD, D8 and DE. RGB value is (189,216,222). Sum of RGB (Red+Green+Blue) = 189+216+222=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDD8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8DE is #422721. Grayscale: #D0D0D0. Windows color (decimal): -4335394 or 14604477. OLE color: 14604477.

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

Color convert

RGB189216222-
CMYK0.150.0300.13
HSL190.91º33.33%80.59%-
HSV(B)190.91º14.86%87.06%-
XYZ58.7365.278.6-
YUV208.61135.55114.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.14%
GREEN value IS 216 (84.77% from 255) = 34.45%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=30.14%
G=34.45%
B=35.41%

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
Decimal1892162220.150.0300.13190.9133.3380.59
HexBDD8DEF30Dbf2151
Octal27533033617301527741121
Binary10111101110110001101111011111101101101111111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8DE; }

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

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

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

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

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

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

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

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