Shades of Onahau #BBE1EE
Tints of Onahau #BBE1EE
RGB
CMYK
RGB Variations
Color information
#BBE1EE (or 0xBBE1EE) is known color: Onahau. HEX triplet: BB, E1 and EE. RGB value is (187,225,238). Sum of RGB (Red+Green+Blue) = 187+225+238=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBE1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1EE is #441E11. Grayscale: #D7D7D7. Windows color (decimal): -4464146 or 15655355. OLE color: 15655355.
HSL color Cylindrical-coordinate representation of color #BBE1EE: hue angle of 195.29º 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 #BBE1EE is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 225 | 238 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.07 |
| HSL | 195.29º | 0.6% | 0.83% | - |
| HSV(B) | 195.29º | 0.21% | 0.93% | - |
| XYZ | 62.85 | 70.59 | 91.2 | - |
| YUV | 215.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 238 | 0.21 | 0.05 | 0 | 0.07 | 195.29 | 0.6 | 0.83 |
| Hex | BB | E1 | EE | 15 | 5 | 0 | 7 | C3 | 3C | 53 |
| Octal | 273 | 341 | 356 | 25 | 5 | 0 | 7 | 303 | 74 | 123 |
| Binary | 10111011 | 11100001 | 11101110 | 10101 | 101 | 0 | 111 | 11000011 | 111100 | 1010011 |
Color Harmonies of #BBE1EE
Complementary color
Monochromatic Colors of #BBE1EE
Black with #BBE1EE
Text Example
Text Example
White with #BBE1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE1EE; }
p { color: rgb(187,225,238); }
H1.HeaderClassName
{
color: #BBE1EE;
}
.AnyTagClassName
{
color: #BBE1EE;
}
</style>
background-color css
<style>
a { background-color: #BBE1EE; }
a { background-color: rgb(187,225,238); }
div.DivClassName
{
background-color: #BBE1EE;
}
.BgClassName
{
background-color: #BBE1EE;
}
</style>
border-color css
<style>
span { border-color: #BBE1EE; }
span { border-color: rgb(187,225,238); }
td.TdClassName
{
border-color: #BBE1EE;
}
.TagClassName
{
border-color: #BBE1EE;
}
</style>