Shades of Onahau #BBE7E7
Tints of Onahau #BBE7E7
RGB
CMYK
RGB Variations
Color information
#BBE7E7 (or 0xBBE7E7) is known color: Onahau. HEX triplet: BB, E7 and E7. RGB value is (187,231,231). Sum of RGB (Red+Green+Blue) = 187+231+231=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 231 (90.62% from 255 or 35.59% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 231 - color contains mainly: green, blue. Hex color #BBE7E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7E7 is #441818. Grayscale: #D9D9D9. Windows color (decimal): -4462617 or 15198139. OLE color: 15198139.
HSL color Cylindrical-coordinate representation of color #BBE7E7: hue angle of 180º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE7E7 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 231 | 231 | - |
| CMYK | 0.19 | 0 | 0 | 0.09 |
| HSL | 180º | 0.48% | 0.82% | - |
| HSV(B) | 180º | 0.19% | 0.91% | - |
| XYZ | 63.49 | 73.49 | 86.44 | - |
| YUV | 217.84 | 135.42 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 231 | 0.19 | 0 | 0 | 0.09 | 180 | 0.48 | 0.82 |
| Hex | BB | E7 | E7 | 13 | 0 | 0 | 9 | B4 | 30 | 52 |
| Octal | 273 | 347 | 347 | 23 | 0 | 0 | 11 | 264 | 60 | 122 |
| Binary | 10111011 | 11100111 | 11100111 | 10011 | 0 | 0 | 1001 | 10110100 | 110000 | 1010010 |
Color Harmonies of #BBE7E7
Complementary color
Monochromatic Colors of #BBE7E7
Black with #BBE7E7
Text Example
Text Example
White with #BBE7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE7E7; }
p { color: rgb(187,231,231); }
H1.HeaderClassName
{
color: #BBE7E7;
}
.AnyTagClassName
{
color: #BBE7E7;
}
</style>
background-color css
<style>
a { background-color: #BBE7E7; }
a { background-color: rgb(187,231,231); }
div.DivClassName
{
background-color: #BBE7E7;
}
.BgClassName
{
background-color: #BBE7E7;
}
</style>
border-color css
<style>
span { border-color: #BBE7E7; }
span { border-color: rgb(187,231,231); }
td.TdClassName
{
border-color: #BBE7E7;
}
.TagClassName
{
border-color: #BBE7E7;
}
</style>