#B9DBDD

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

Shades of Powder Blue #B9DBDD

Tints of Powder Blue #B9DBDD

Color information

#B9DBDD (or 0xB9DBDD) is unknown color: approx Powder Blue. HEX triplet: B9, DB and DD. RGB value is (185,219,221). Sum of RGB (Red+Green+Blue) = 185+219+221=625 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.6% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DBDD is #462422. Grayscale: #D1D1D1. Windows color (decimal): -4596771 or 14539705. OLE color: 14539705.

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

Color convert

RGB185219221-
CMYK0.160.0100.13
HSL183.33º34.62%79.61%-
HSV(B)183.33º16.29%86.67%-
XYZ58.3966.278.11-
YUV209.06134.74110.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.6%
GREEN value IS 219 (85.94% from 255) = 35.04%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=29.6%
G=35.04%
B=35.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852192210.160.0100.13183.3334.6279.61
HexB9DBDD1010Db72350
Octal27133333520101526743120
Binary10111001110110111101110110000101101101101111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DBDD; }

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

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

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

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

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

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

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

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