Shades of Powder Blue #BBE1E3
Tints of Powder Blue #BBE1E3
RGB
CMYK
RGB Variations
Color information
#BBE1E3 (or 0xBBE1E3) is known color: Powder Blue. HEX triplet: BB, E1 and E3. RGB value is (187,225,227). Sum of RGB (Red+Green+Blue) = 187+225+227=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBE1E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1E3 is #441E1C. Grayscale: #D5D5D5. Windows color (decimal): -4464157 or 14934459. OLE color: 14934459.
HSL color Cylindrical-coordinate representation of color #BBE1E3: hue angle of 183º 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 #BBE1E3 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 225 | 227 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.11 |
| HSL | 183º | 0.42% | 0.81% | - |
| HSV(B) | 183º | 0.18% | 0.89% | - |
| XYZ | 61.28 | 69.96 | 82.95 | - |
| YUV | 213.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 227 | 0.18 | 0.01 | 0 | 0.11 | 183 | 0.42 | 0.81 |
| Hex | BB | E1 | E3 | 12 | 1 | 0 | B | B7 | 2A | 51 |
| Octal | 273 | 341 | 343 | 22 | 1 | 0 | 13 | 267 | 52 | 121 |
| Binary | 10111011 | 11100001 | 11100011 | 10010 | 1 | 0 | 1011 | 10110111 | 101010 | 1010001 |
Color Harmonies of #BBE1E3
Complementary color
Monochromatic Colors of #BBE1E3
Black with #BBE1E3
Text Example
Text Example
White with #BBE1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE1E3; }
p { color: rgb(187,225,227); }
H1.HeaderClassName
{
color: #BBE1E3;
}
.AnyTagClassName
{
color: #BBE1E3;
}
</style>
background-color css
<style>
a { background-color: #BBE1E3; }
a { background-color: rgb(187,225,227); }
div.DivClassName
{
background-color: #BBE1E3;
}
.BgClassName
{
background-color: #BBE1E3;
}
</style>
border-color css
<style>
span { border-color: #BBE1E3; }
span { border-color: rgb(187,225,227); }
td.TdClassName
{
border-color: #BBE1E3;
}
.TagClassName
{
border-color: #BBE1E3;
}
</style>