#B9DFE5

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

Shades of Powder Blue #B9DFE5

Tints of Powder Blue #B9DFE5

Color information

#B9DFE5 (or 0xB9DFE5) is unknown color: approx Powder Blue. HEX triplet: B9, DF and E5. RGB value is (185,223,229). Sum of RGB (Red+Green+Blue) = 185+223+229=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #B9DFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DFE5 is #46201A. Grayscale: #D4D4D4. Windows color (decimal): -4595739 or 15065017. OLE color: 15065017.

HSL color Cylindrical-coordinate representation of color #B9DFE5: hue angle of 188.18º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9DFE5 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB185223229-
CMYK0.190.0300.10
HSL188.18º45.83%81.18%-
HSV(B)188.18º19.21%89.8%-
XYZ60.5468.7584.21-
YUV212.32137.41108.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.04%
GREEN value IS 223 (87.5% from 255) = 35.01%
BLUE value IS 229 (89.84% from 255) = 35.95%
R=29.04%
G=35.01%
B=35.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1852232290.190.0300.10188.1845.8381.18
HexB9DFE51330Abc2e51
Octal27133734523301227456121
Binary101110011101111111100101100111101010101111001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DFE5; }

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

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

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

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

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

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

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

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