#B9DDDE

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

Shades of Powder Blue #B9DDDE

Tints of Powder Blue #B9DDDE

Color information

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

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

Color convert

RGB185221222-
CMYK0.170.0000.13
HSL181.62º35.92%79.8%-
HSV(B)181.62º16.67%87.06%-
XYZ59.0567.378.99-
YUV210.35134.57109.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852212220.170.0000.13181.6235.9279.8
HexB9DDDE1100Db62450
Octal27133533621001526644120
Binary10111001110111011101111010001001101101101101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DDDE; }

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

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

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

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

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

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

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

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