#B9DADB

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

Shades of Powder Blue #B9DADB

Tints of Powder Blue #B9DADB

Color information

#B9DADB (or 0xB9DADB) is unknown color: approx Powder Blue. HEX triplet: B9, DA and DB. RGB value is (185,218,219). Sum of RGB (Red+Green+Blue) = 185+218+219=622 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.74% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DADB is #462524. Grayscale: #D0D0D0. Windows color (decimal): -4597029 or 14408377. OLE color: 14408377.

HSL color Cylindrical-coordinate representation of color #B9DADB: hue angle of 181.76º degrees, saturation: 0.32, 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 #B9DADB is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185218219-
CMYK0.160.0000.14
HSL181.76º32.08%79.22%-
HSV(B)181.76º15.53%85.88%-
XYZ57.8765.5776.62-
YUV208.25134.07111.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.74%
GREEN value IS 218 (85.55% from 255) = 35.05%
BLUE value IS 219 (85.94% from 255) = 35.21%
R=29.74%
G=35.05%
B=35.21%

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
Decimal1852182190.160.0000.14181.7632.0879.22
HexB9DADB1000Eb6204f
Octal27133233320001626640117
Binary10111001110110101101101110000001110101101101000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DADB; }

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

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

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

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

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

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

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

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