Shades of Onahau #BBE2EE
Tints of Onahau #BBE2EE
RGB
CMYK
RGB Variations
Color information
#BBE2EE (or 0xBBE2EE) is known color: Onahau. HEX triplet: BB, E2 and EE. RGB value is (187,226,238). Sum of RGB (Red+Green+Blue) = 187+226+238=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2EE is #441D11. Grayscale: #D7D7D7. Windows color (decimal): -4463890 or 15655611. OLE color: 15655611.
HSL color Cylindrical-coordinate representation of color #BBE2EE: hue angle of 194.12º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBE2EE is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 226 | 238 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.07 |
| HSL | 194.12º | 0.6% | 0.83% | - |
| HSV(B) | 194.12º | 0.21% | 0.93% | - |
| XYZ | 63.12 | 71.13 | 91.29 | - |
| YUV | 215.71 | 140.58 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 238 | 0.21 | 0.05 | 0 | 0.07 | 194.12 | 0.6 | 0.83 |
| Hex | BB | E2 | EE | 15 | 5 | 0 | 7 | C2 | 3C | 53 |
| Octal | 273 | 342 | 356 | 25 | 5 | 0 | 7 | 302 | 74 | 123 |
| Binary | 10111011 | 11100010 | 11101110 | 10101 | 101 | 0 | 111 | 11000010 | 111100 | 1010011 |
Color Harmonies of #BBE2EE
Complementary color
Monochromatic Colors of #BBE2EE
Black with #BBE2EE
Text Example
Text Example
White with #BBE2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2EE; }
p { color: rgb(187,226,238); }
H1.HeaderClassName
{
color: #BBE2EE;
}
.AnyTagClassName
{
color: #BBE2EE;
}
</style>
background-color css
<style>
a { background-color: #BBE2EE; }
a { background-color: rgb(187,226,238); }
div.DivClassName
{
background-color: #BBE2EE;
}
.BgClassName
{
background-color: #BBE2EE;
}
</style>
border-color css
<style>
span { border-color: #BBE2EE; }
span { border-color: rgb(187,226,238); }
td.TdClassName
{
border-color: #BBE2EE;
}
.TagClassName
{
border-color: #BBE2EE;
}
</style>