Shades of Powder Blue #BBE0E2
Tints of Powder Blue #BBE0E2
RGB
CMYK
RGB Variations
Color information
#BBE0E2 (or 0xBBE0E2) is known color: Powder Blue. HEX triplet: BB, E0 and E2. RGB value is (187,224,226). Sum of RGB (Red+Green+Blue) = 187+224+226=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBE0E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0E2 is #441F1D. Grayscale: #D5D5D5. Windows color (decimal): -4464414 or 14868667. OLE color: 14868667.
HSL color Cylindrical-coordinate representation of color #BBE0E2: hue angle of 183.08º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE0E2 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 224 | 226 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.11 |
| HSL | 183.08º | 0.4% | 0.81% | - |
| HSV(B) | 183.08º | 0.17% | 0.89% | - |
| XYZ | 60.88 | 69.37 | 82.13 | - |
| YUV | 213.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 226 | 0.17 | 0.01 | 0 | 0.11 | 183.08 | 0.4 | 0.81 |
| Hex | BB | E0 | E2 | 11 | 1 | 0 | B | B7 | 28 | 51 |
| Octal | 273 | 340 | 342 | 21 | 1 | 0 | 13 | 267 | 50 | 121 |
| Binary | 10111011 | 11100000 | 11100010 | 10001 | 1 | 0 | 1011 | 10110111 | 101000 | 1010001 |
Color Harmonies of #BBE0E2
Complementary color
Monochromatic Colors of #BBE0E2
Black with #BBE0E2
Text Example
Text Example
White with #BBE0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0E2; }
p { color: rgb(187,224,226); }
H1.HeaderClassName
{
color: #BBE0E2;
}
.AnyTagClassName
{
color: #BBE0E2;
}
</style>
background-color css
<style>
a { background-color: #BBE0E2; }
a { background-color: rgb(187,224,226); }
div.DivClassName
{
background-color: #BBE0E2;
}
.BgClassName
{
background-color: #BBE0E2;
}
</style>
border-color css
<style>
span { border-color: #BBE0E2; }
span { border-color: rgb(187,224,226); }
td.TdClassName
{
border-color: #BBE0E2;
}
.TagClassName
{
border-color: #BBE0E2;
}
</style>