Shades of Powder Blue #BBE4E5
Tints of Powder Blue #BBE4E5
RGB
CMYK
RGB Variations
Color information
#BBE4E5 (or 0xBBE4E5) is known color: Powder Blue. HEX triplet: BB, E4 and E5. RGB value is (187,228,229). Sum of RGB (Red+Green+Blue) = 187+228+229=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 228 (89.45% from 255 or 35.40% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBE4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4E5 is #441B1A. Grayscale: #D7D7D7. Windows color (decimal): -4463387 or 15066299. OLE color: 15066299.
HSL color Cylindrical-coordinate representation of color #BBE4E5: hue angle of 181.43º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE4E5 is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 228 | 229 | - |
| CMYK | 0.18 | 0.00 | 0 | 0.10 |
| HSL | 181.43º | 0.45% | 0.82% | - |
| HSV(B) | 181.43º | 0.18% | 0.9% | - |
| XYZ | 62.38 | 71.71 | 84.68 | - |
| YUV | 215.86 | 135.42 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 229 | 0.18 | 0.00 | 0 | 0.10 | 181.43 | 0.45 | 0.82 |
| Hex | BB | E4 | E5 | 12 | 0 | 0 | A | B5 | 2D | 52 |
| Octal | 273 | 344 | 345 | 22 | 0 | 0 | 12 | 265 | 55 | 122 |
| Binary | 10111011 | 11100100 | 11100101 | 10010 | 0 | 0 | 1010 | 10110101 | 101101 | 1010010 |
Color Harmonies of #BBE4E5
Complementary color
Monochromatic Colors of #BBE4E5
Black with #BBE4E5
Text Example
Text Example
White with #BBE4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4E5; }
p { color: rgb(187,228,229); }
H1.HeaderClassName
{
color: #BBE4E5;
}
.AnyTagClassName
{
color: #BBE4E5;
}
</style>
background-color css
<style>
a { background-color: #BBE4E5; }
a { background-color: rgb(187,228,229); }
div.DivClassName
{
background-color: #BBE4E5;
}
.BgClassName
{
background-color: #BBE4E5;
}
</style>
border-color css
<style>
span { border-color: #BBE4E5; }
span { border-color: rgb(187,228,229); }
td.TdClassName
{
border-color: #BBE4E5;
}
.TagClassName
{
border-color: #BBE4E5;
}
</style>