Shades of Onahau #BBE5FF
Tints of Onahau #BBE5FF
RGB
CMYK
RGB Variations
Color information
#BBE5FF (or 0xBBE5FF) is known color: Onahau. HEX triplet: BB, E5 and FF. RGB value is (187,229,255). Sum of RGB (Red+Green+Blue) = 187+229+255=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5FF is #441A00. Grayscale: #DBDBDB. Windows color (decimal): -4463105 or 16770491. OLE color: 16770491.
HSL color Cylindrical-coordinate representation of color #BBE5FF: hue angle of 202.94º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBE5FF is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 229 | 255 | - |
| CMYK | 0.27 | 0.10 | 0 | 0 |
| HSL | 202.94º | 1% | 0.87% | - |
| HSV(B) | 202.94º | 0.27% | 1% | - |
| XYZ | 66.56 | 73.82 | 105.35 | - |
| YUV | 219.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 255 | 0.27 | 0.10 | 0 | 0 | 202.94 | 1 | 0.87 |
| Hex | BB | E5 | FF | 1B | A | 0 | 0 | CB | 64 | 57 |
| Octal | 273 | 345 | 377 | 33 | 12 | 0 | 0 | 313 | 144 | 127 |
| Binary | 10111011 | 11100101 | 11111111 | 11011 | 1010 | 0 | 0 | 11001011 | 1100100 | 1010111 |
Color Harmonies of #BBE5FF
Complementary color
Monochromatic Colors of #BBE5FF
Black with #BBE5FF
Text Example
Text Example
White with #BBE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE5FF; }
p { color: rgb(187,229,255); }
H1.HeaderClassName
{
color: #BBE5FF;
}
.AnyTagClassName
{
color: #BBE5FF;
}
</style>
background-color css
<style>
a { background-color: #BBE5FF; }
a { background-color: rgb(187,229,255); }
div.DivClassName
{
background-color: #BBE5FF;
}
.BgClassName
{
background-color: #BBE5FF;
}
</style>
border-color css
<style>
span { border-color: #BBE5FF; }
span { border-color: rgb(187,229,255); }
td.TdClassName
{
border-color: #BBE5FF;
}
.TagClassName
{
border-color: #BBE5FF;
}
</style>