#B9DBDC

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

Shades of Powder Blue #B9DBDC

Tints of Powder Blue #B9DBDC

Color information

#B9DBDC (or 0xB9DBDC) is unknown color: approx Powder Blue. HEX triplet: B9, DB and DC. RGB value is (185,219,220). Sum of RGB (Red+Green+Blue) = 185+219+220=624 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.65% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DBDC is #462423. Grayscale: #D0D0D0. Windows color (decimal): -4596772 or 14474169. OLE color: 14474169.

HSL color Cylindrical-coordinate representation of color #B9DBDC: hue angle of 181.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DBDC is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185219220-
CMYK0.160.0000.14
HSL181.71º33.33%79.41%-
HSV(B)181.71º15.91%86.27%-
XYZ58.2666.1477.41-
YUV208.95134.24110.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.65%
GREEN value IS 219 (85.94% from 255) = 35.10%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=29.65%
G=35.10%
B=35.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852192200.160.0000.14181.7133.3379.41
HexB9DBDC1000Eb6214f
Octal27133333420001626641117
Binary10111001110110111101110010000001110101101101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DBDC; }

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

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

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

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

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

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

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

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