Shades of Powder Blue #B6E0E1
Tints of Powder Blue #B6E0E1
RGB
CMYK
RGB Variations
Color information
#B6E0E1 (or 0xB6E0E1) is known color: Powder Blue. HEX triplet: B6, E0 and E1. RGB value is (182,224,225). Sum of RGB (Red+Green+Blue) = 182+224+225=631 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.84% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #B6E0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E0E1 is #491F1E. Grayscale: #D3D3D3. Windows color (decimal): -4792095 or 14803126. OLE color: 14803126.
HSL color Cylindrical-coordinate representation of color #B6E0E1: hue angle of 181.4º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6E0E1 is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 224 | 225 | - |
| CMYK | 0.19 | 0.00 | 0 | 0.12 |
| HSL | 181.4º | 0.42% | 0.8% | - |
| HSV(B) | 181.4º | 0.19% | 0.88% | - |
| XYZ | 59.54 | 68.69 | 81.36 | - |
| YUV | 211.56 | 135.59 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 224 | 225 | 0.19 | 0.00 | 0 | 0.12 | 181.4 | 0.42 | 0.8 |
| Hex | B6 | E0 | E1 | 13 | 0 | 0 | C | B5 | 2A | 50 |
| Octal | 266 | 340 | 341 | 23 | 0 | 0 | 14 | 265 | 52 | 120 |
| Binary | 10110110 | 11100000 | 11100001 | 10011 | 0 | 0 | 1100 | 10110101 | 101010 | 1010000 |
Color Harmonies of #B6E0E1
Complementary color
Monochromatic Colors of #B6E0E1
Black with #B6E0E1
Text Example
Text Example
White with #B6E0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E0E1; }
p { color: rgb(182,224,225); }
H1.HeaderClassName
{
color: #B6E0E1;
}
.AnyTagClassName
{
color: #B6E0E1;
}
</style>
background-color css
<style>
a { background-color: #B6E0E1; }
a { background-color: rgb(182,224,225); }
div.DivClassName
{
background-color: #B6E0E1;
}
.BgClassName
{
background-color: #B6E0E1;
}
</style>
border-color css
<style>
span { border-color: #B6E0E1; }
span { border-color: rgb(182,224,225); }
td.TdClassName
{
border-color: #B6E0E1;
}
.TagClassName
{
border-color: #B6E0E1;
}
</style>