Shades of Powder Blue #B9E6E5
Tints of Powder Blue #B9E6E5
RGB
CMYK
RGB Variations
Color information
#B9E6E5 (or 0xB9E6E5) is known color: Powder Blue. HEX triplet: B9, E6 and E5. RGB value is (185,230,229). Sum of RGB (Red+Green+Blue) = 185+230+229=644 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.73% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 230 - color contains mainly: green. Hex color #B9E6E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E6E5 is #46191A. Grayscale: #D8D8D8. Windows color (decimal): -4593947 or 15066809. OLE color: 15066809.
HSL color Cylindrical-coordinate representation of color #B9E6E5: hue angle of 178.67º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E6E5 is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
RGB | 185 | 230 | 229 | - |
CMYK | 0.20 | 0 | 0.00 | 0.10 |
HSL | 178.67º | 0.47% | 0.81% | - |
HSV(B) | 178.67º | 0.2% | 0.9% | - |
XYZ | 62.45 | 72.57 | 84.84 | - |
YUV | 216.43 | 135.09 | 105.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 230 | 229 | 0.20 | 0 | 0.00 | 0.10 | 178.67 | 0.47 | 0.81 |
Hex | B9 | E6 | E5 | 14 | 0 | 0 | A | B3 | 2F | 51 |
Octal | 271 | 346 | 345 | 24 | 0 | 0 | 12 | 263 | 57 | 121 |
Binary | 10111001 | 11100110 | 11100101 | 10100 | 0 | 0 | 1010 | 10110011 | 101111 | 1010001 |
Color Harmonies of #B9E6E5
Complementary color
Monochromatic Colors of #B9E6E5
Black with #B9E6E5
Text Example
Text Example
White with #B9E6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E6E5; }
p { color: rgb(185,230,229); }
H1.HeaderClassName
{
color: #B9E6E5;
}
.AnyTagClassName
{
color: #B9E6E5;
}
</style>
background-color css
<style>
a { background-color: #B9E6E5; }
a { background-color: rgb(185,230,229); }
div.DivClassName
{
background-color: #B9E6E5;
}
.BgClassName
{
background-color: #B9E6E5;
}
</style>
border-color css
<style>
span { border-color: #B9E6E5; }
span { border-color: rgb(185,230,229); }
td.TdClassName
{
border-color: #B9E6E5;
}
.TagClassName
{
border-color: #B9E6E5;
}
</style>