#B9DCDE

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

Shades of Powder Blue #B9DCDE

Tints of Powder Blue #B9DCDE

Color information

#B9DCDE (or 0xB9DCDE) is unknown color: approx Powder Blue. HEX triplet: B9, DC and DE. RGB value is (185,220,222). Sum of RGB (Red+Green+Blue) = 185+220+222=627 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.51% from 627); Green value is 220 (86.33% from 255 or 35.09% 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 #B9DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCDE is #462321. Grayscale: #D1D1D1. Windows color (decimal): -4596514 or 14605497. OLE color: 14605497.

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

Color convert

RGB185220222-
CMYK0.170.0100.13
HSL183.24º35.92%79.8%-
HSV(B)183.24º16.67%87.06%-
XYZ58.7966.7778.9-
YUV209.76134.9110.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.51%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=29.51%
G=35.09%
B=35.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852202220.170.0100.13183.2435.9279.8
HexB9DCDE1110Db72450
Octal27133433621101526744120
Binary10111001110111001101111010001101101101101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DCDE; }

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

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

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

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

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

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

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

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