#B9DFDE

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

Shades of Powder Blue #B9DFDE

Tints of Powder Blue #B9DFDE

Color information

#B9DFDE (or 0xB9DFDE) is unknown color: approx Powder Blue. HEX triplet: B9, DF and DE. RGB value is (185,223,222). Sum of RGB (Red+Green+Blue) = 185+223+222=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DFDE is #462021. Grayscale: #D3D3D3. Windows color (decimal): -4595746 or 14606265. OLE color: 14606265.

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

Color convert

RGB185223222-
CMYK0.1700.000.13
HSL178.42º37.25%80%-
HSV(B)178.42º17.04%87.45%-
XYZ59.5868.3679.16-
YUV211.52133.91109.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.37%
GREEN value IS 223 (87.5% from 255) = 35.40%
BLUE value IS 222 (87.11% from 255) = 35.24%
R=29.37%
G=35.40%
B=35.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852232220.1700.000.13178.4237.2580
HexB9DFDE1100Db22550
Octal27133733621001526245120
Binary10111001110111111101111010001001101101100101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DFDE; }

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

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

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

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

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

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

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

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