#B9E0E8

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

Shades of Powder Blue #B9E0E8

Tints of Powder Blue #B9E0E8

Color information

#B9E0E8 (or 0xB9E0E8) is unknown color: approx Powder Blue. HEX triplet: B9, E0 and E8. RGB value is (185,224,232). Sum of RGB (Red+Green+Blue) = 185+224+232=641 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.86% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 232 - color contains mainly: blue. Hex color #B9E0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E0E8 is #461F17. Grayscale: #D5D5D5. Windows color (decimal): -4595480 or 15261881. OLE color: 15261881.

HSL color Cylindrical-coordinate representation of color #B9E0E8: hue angle of 190.21º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E0E8 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB185224232-
CMYK0.200.0300.09
HSL190.21º50.54%81.76%-
HSV(B)190.21º20.26%90.98%-
XYZ61.2369.4586.52-
YUV213.25138.58107.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.86%
GREEN value IS 224 (87.89% from 255) = 34.95%
BLUE value IS 232 (91.02% from 255) = 36.19%
R=28.86%
G=34.95%
B=36.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1852242320.200.0300.09190.2150.5481.76
HexB9E0E814309be3352
Octal27134035024301127663122
Binary101110011110000011101000101001101001101111101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E0E8; }

 p { color: rgb(185,224,232); }

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

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

 a { background-color: rgb(185,224,232); }

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

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

 span { border-color: rgb(185,224,232); }

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