#BDD8DD

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

Shades of Powder Blue #BDD8DD

Tints of Powder Blue #BDD8DD

Color information

#BDD8DD (or 0xBDD8DD) is unknown color: approx Powder Blue. HEX triplet: BD, D8 and DD. RGB value is (189,216,221). Sum of RGB (Red+Green+Blue) = 189+216+221=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDD8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8DD is #422722. Grayscale: #D0D0D0. Windows color (decimal): -4335395 or 14538941. OLE color: 14538941.

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

Color convert

RGB189216221-
CMYK0.140.0200.13
HSL189.38º32%80.39%-
HSV(B)189.38º14.48%86.67%-
XYZ58.5965.1577.89-
YUV208.5135.05114.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 216 (84.77% from 255) = 34.50%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=30.19%
G=34.50%
B=35.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892162210.140.0200.13189.383280.39
HexBDD8DDE20Dbd2050
Octal27533033516201527540120
Binary10111101110110001101110111101001101101111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8DD; }

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

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

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

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

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

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

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

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