#B9DDDD

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

Shades of Powder Blue #B9DDDD

Tints of Powder Blue #B9DDDD

Color information

#B9DDDD (or 0xB9DDDD) is unknown color: approx Powder Blue. HEX triplet: B9, DD and DD. RGB value is (185,221,221). Sum of RGB (Red+Green+Blue) = 185+221+221=627 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.51% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #B9DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDDD is #462222. Grayscale: #D2D2D2. Windows color (decimal): -4596259 or 14540217. OLE color: 14540217.

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

Color convert

RGB185221221-
CMYK0.16000.13
HSL180º34.62%79.61%-
HSV(B)180º16.29%86.67%-
XYZ58.9267.2578.28-
YUV210.24134.07110-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.51%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 221 (86.72% from 255) = 35.25%
R=29.51%
G=35.25%
B=35.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852212210.16000.1318034.6279.61
HexB9DDDD1000Db42350
Octal27133533520001526443120
Binary10111001110111011101110110000001101101101001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DDDD; }

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

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

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

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

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

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

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

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