Shades of Onahau #BBE6EE
Tints of Onahau #BBE6EE
RGB
CMYK
RGB Variations
Color information
#BBE6EE (or 0xBBE6EE) is known color: Onahau. HEX triplet: BB, E6 and EE. RGB value is (187,230,238). Sum of RGB (Red+Green+Blue) = 187+230+238=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBE6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6EE is #441911. Grayscale: #D9D9D9. Windows color (decimal): -4462866 or 15656635. OLE color: 15656635.
HSL color Cylindrical-coordinate representation of color #BBE6EE: hue angle of 189.41º 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 #BBE6EE is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 230 | 238 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.07 |
| HSL | 189.41º | 0.6% | 0.83% | - |
| HSV(B) | 189.41º | 0.21% | 0.93% | - |
| XYZ | 64.22 | 73.33 | 91.66 | - |
| YUV | 218.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 238 | 0.21 | 0.03 | 0 | 0.07 | 189.41 | 0.6 | 0.83 |
| Hex | BB | E6 | EE | 15 | 3 | 0 | 7 | BD | 3C | 53 |
| Octal | 273 | 346 | 356 | 25 | 3 | 0 | 7 | 275 | 74 | 123 |
| Binary | 10111011 | 11100110 | 11101110 | 10101 | 11 | 0 | 111 | 10111101 | 111100 | 1010011 |
Color Harmonies of #BBE6EE
Complementary color
Monochromatic Colors of #BBE6EE
Black with #BBE6EE
Text Example
Text Example
White with #BBE6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE6EE; }
p { color: rgb(187,230,238); }
H1.HeaderClassName
{
color: #BBE6EE;
}
.AnyTagClassName
{
color: #BBE6EE;
}
</style>
background-color css
<style>
a { background-color: #BBE6EE; }
a { background-color: rgb(187,230,238); }
div.DivClassName
{
background-color: #BBE6EE;
}
.BgClassName
{
background-color: #BBE6EE;
}
</style>
border-color css
<style>
span { border-color: #BBE6EE; }
span { border-color: rgb(187,230,238); }
td.TdClassName
{
border-color: #BBE6EE;
}
.TagClassName
{
border-color: #BBE6EE;
}
</style>