Shades of Onahau #BBE3EE
Tints of Onahau #BBE3EE
RGB
CMYK
RGB Variations
Color information
#BBE3EE (or 0xBBE3EE) is known color: Onahau. HEX triplet: BB, E3 and EE. RGB value is (187,227,238). Sum of RGB (Red+Green+Blue) = 187+227+238=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBE3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE3EE is #441C11. Grayscale: #D8D8D8. Windows color (decimal): -4463634 or 15655867. OLE color: 15655867.
HSL color Cylindrical-coordinate representation of color #BBE3EE: hue angle of 192.94º 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 #BBE3EE is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 227 | 238 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.07 |
| HSL | 192.94º | 0.6% | 0.83% | - |
| HSV(B) | 192.94º | 0.21% | 0.93% | - |
| XYZ | 63.4 | 71.68 | 91.38 | - |
| YUV | 216.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 238 | 0.21 | 0.05 | 0 | 0.07 | 192.94 | 0.6 | 0.83 |
| Hex | BB | E3 | EE | 15 | 5 | 0 | 7 | C1 | 3C | 53 |
| Octal | 273 | 343 | 356 | 25 | 5 | 0 | 7 | 301 | 74 | 123 |
| Binary | 10111011 | 11100011 | 11101110 | 10101 | 101 | 0 | 111 | 11000001 | 111100 | 1010011 |
Color Harmonies of #BBE3EE
Complementary color
Monochromatic Colors of #BBE3EE
Black with #BBE3EE
Text Example
Text Example
White with #BBE3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE3EE; }
p { color: rgb(187,227,238); }
H1.HeaderClassName
{
color: #BBE3EE;
}
.AnyTagClassName
{
color: #BBE3EE;
}
</style>
background-color css
<style>
a { background-color: #BBE3EE; }
a { background-color: rgb(187,227,238); }
div.DivClassName
{
background-color: #BBE3EE;
}
.BgClassName
{
background-color: #BBE3EE;
}
</style>
border-color css
<style>
span { border-color: #BBE3EE; }
span { border-color: rgb(187,227,238); }
td.TdClassName
{
border-color: #BBE3EE;
}
.TagClassName
{
border-color: #BBE3EE;
}
</style>