#B9DADE

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

Shades of Powder Blue #B9DADE

Tints of Powder Blue #B9DADE

Color information

#B9DADE (or 0xB9DADE) is unknown color: approx Powder Blue. HEX triplet: B9, DA and DE. RGB value is (185,218,222). Sum of RGB (Red+Green+Blue) = 185+218+222=625 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.6% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 222 - color contains mainly: blue. Hex color #B9DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DADE is #462521. Grayscale: #D0D0D0. Windows color (decimal): -4597026 or 14604985. OLE color: 14604985.

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

Color convert

RGB185218222-
CMYK0.170.0200.13
HSL186.49º35.92%79.8%-
HSV(B)186.49º16.67%87.06%-
XYZ58.2665.7378.72-
YUV208.59135.57111.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.6%
GREEN value IS 218 (85.55% from 255) = 34.88%
BLUE value IS 222 (87.11% from 255) = 35.52%
R=29.6%
G=34.88%
B=35.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852182220.170.0200.13186.4935.9279.8
HexB9DADE1120Dba2450
Octal27133233621201527244120
Binary101110011101101011011110100011001101101110101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DADE; }

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

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

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

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

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

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

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

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