Shades of Powder Blue #BBE2E3
Tints of Powder Blue #BBE2E3
RGB
CMYK
RGB Variations
Color information
#BBE2E3 (or 0xBBE2E3) is known color: Powder Blue. HEX triplet: BB, E2 and E3. RGB value is (187,226,227). Sum of RGB (Red+Green+Blue) = 187+226+227=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBE2E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2E3 is #441D1C. Grayscale: #D6D6D6. Windows color (decimal): -4463901 or 14934715. OLE color: 14934715.
HSL color Cylindrical-coordinate representation of color #BBE2E3: hue angle of 181.5º degrees, saturation: 0.42, 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 #BBE2E3 is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 227 | - |
| CMYK | 0.18 | 0.00 | 0 | 0.11 |
| HSL | 181.5º | 0.42% | 0.81% | - |
| HSV(B) | 181.5º | 0.18% | 0.89% | - |
| XYZ | 61.56 | 70.5 | 83.04 | - |
| YUV | 214.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 227 | 0.18 | 0.00 | 0 | 0.11 | 181.5 | 0.42 | 0.81 |
| Hex | BB | E2 | E3 | 12 | 0 | 0 | B | B6 | 2A | 51 |
| Octal | 273 | 342 | 343 | 22 | 0 | 0 | 13 | 266 | 52 | 121 |
| Binary | 10111011 | 11100010 | 11100011 | 10010 | 0 | 0 | 1011 | 10110110 | 101010 | 1010001 |
Color Harmonies of #BBE2E3
Complementary color
Monochromatic Colors of #BBE2E3
Black with #BBE2E3
Text Example
Text Example
White with #BBE2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2E3; }
p { color: rgb(187,226,227); }
H1.HeaderClassName
{
color: #BBE2E3;
}
.AnyTagClassName
{
color: #BBE2E3;
}
</style>
background-color css
<style>
a { background-color: #BBE2E3; }
a { background-color: rgb(187,226,227); }
div.DivClassName
{
background-color: #BBE2E3;
}
.BgClassName
{
background-color: #BBE2E3;
}
</style>
border-color css
<style>
span { border-color: #BBE2E3; }
span { border-color: rgb(187,226,227); }
td.TdClassName
{
border-color: #BBE2E3;
}
.TagClassName
{
border-color: #BBE2E3;
}
</style>