#B9DDDC

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

Shades of Powder Blue #B9DDDC

Tints of Powder Blue #B9DDDC

Color information

#B9DDDC (or 0xB9DDDC) is unknown color: approx Powder Blue. HEX triplet: B9, DD and DC. RGB value is (185,221,220). Sum of RGB (Red+Green+Blue) = 185+221+220=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDDC is #462223. Grayscale: #D2D2D2. Windows color (decimal): -4596260 or 14474681. OLE color: 14474681.

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

Color convert

RGB185221220-
CMYK0.1600.000.13
HSL178.33º34.62%79.61%-
HSV(B)178.33º16.29%86.67%-
XYZ58.7867.1977.58-
YUV210.12133.57110.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.55%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=29.55%
G=35.30%
B=35.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852212200.1600.000.13178.3334.6279.61
HexB9DDDC1000Db22350
Octal27133533420001526243120
Binary10111001110111011101110010000001101101100101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DDDC; }

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

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

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

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

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

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

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

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