#B9DEDD

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

Shades of Powder Blue #B9DEDD

Tints of Powder Blue #B9DEDD

Color information

#B9DEDD (or 0xB9DEDD) is unknown color: approx Powder Blue. HEX triplet: B9, DE and DD. RGB value is (185,222,221). Sum of RGB (Red+Green+Blue) = 185+222+221=628 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.46% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DEDD is #462122. Grayscale: #D2D2D2. Windows color (decimal): -4596003 or 14540473. OLE color: 14540473.

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

Color convert

RGB185222221-
CMYK0.1700.000.13
HSL178.38º35.92%79.8%-
HSV(B)178.38º16.67%87.06%-
XYZ59.1867.7878.37-
YUV210.82133.74109.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.46%
GREEN value IS 222 (87.11% from 255) = 35.35%
BLUE value IS 221 (86.72% from 255) = 35.19%
R=29.46%
G=35.35%
B=35.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852222210.1700.000.13178.3835.9279.8
HexB9DEDD1100Db22450
Octal27133633521001526244120
Binary10111001110111101101110110001001101101100101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DEDD; }

 p { color: rgb(185,222,221); }

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

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

 a { background-color: rgb(185,222,221); }

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

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

 span { border-color: rgb(185,222,221); }

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