Shades of Powder Blue #BBE0E4
Tints of Powder Blue #BBE0E4
RGB
CMYK
RGB Variations
Color information
#BBE0E4 (or 0xBBE0E4) is known color: Powder Blue. HEX triplet: BB, E0 and E4. RGB value is (187,224,228). Sum of RGB (Red+Green+Blue) = 187+224+228=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBE0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0E4 is #441F1B. Grayscale: #D5D5D5. Windows color (decimal): -4464412 or 14999739. OLE color: 14999739.
HSL color Cylindrical-coordinate representation of color #BBE0E4: hue angle of 185.85º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE0E4 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 224 | 228 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.11 |
| HSL | 185.85º | 0.43% | 0.81% | - |
| HSV(B) | 185.85º | 0.18% | 0.89% | - |
| XYZ | 61.15 | 69.48 | 83.59 | - |
| YUV | 213.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 228 | 0.18 | 0.02 | 0 | 0.11 | 185.85 | 0.43 | 0.81 |
| Hex | BB | E0 | E4 | 12 | 2 | 0 | B | BA | 2B | 51 |
| Octal | 273 | 340 | 344 | 22 | 2 | 0 | 13 | 272 | 53 | 121 |
| Binary | 10111011 | 11100000 | 11100100 | 10010 | 10 | 0 | 1011 | 10111010 | 101011 | 1010001 |
Color Harmonies of #BBE0E4
Complementary color
Monochromatic Colors of #BBE0E4
Black with #BBE0E4
Text Example
Text Example
White with #BBE0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0E4; }
p { color: rgb(187,224,228); }
H1.HeaderClassName
{
color: #BBE0E4;
}
.AnyTagClassName
{
color: #BBE0E4;
}
</style>
background-color css
<style>
a { background-color: #BBE0E4; }
a { background-color: rgb(187,224,228); }
div.DivClassName
{
background-color: #BBE0E4;
}
.BgClassName
{
background-color: #BBE0E4;
}
</style>
border-color css
<style>
span { border-color: #BBE0E4; }
span { border-color: rgb(187,224,228); }
td.TdClassName
{
border-color: #BBE0E4;
}
.TagClassName
{
border-color: #BBE0E4;
}
</style>