Shades of Onahau #BBF0FF
Tints of Onahau #BBF0FF
RGB
CMYK
RGB Variations
Color information
#BBF0FF (or 0xBBF0FF) is known color: Onahau. HEX triplet: BB, F0 and FF. RGB value is (187,240,255). Sum of RGB (Red+Green+Blue) = 187+240+255=682 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.42% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBF0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF0FF is #440F00. Grayscale: #E1E1E1. Windows color (decimal): -4460289 or 16773307. OLE color: 16773307.
HSL color Cylindrical-coordinate representation of color #BBF0FF: hue angle of 193.24º 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 #BBF0FF is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 240 | 255 | - |
| CMYK | 0.27 | 0.06 | 0 | 0 |
| HSL | 193.24º | 1% | 0.87% | - |
| HSV(B) | 193.24º | 0.27% | 1% | - |
| XYZ | 69.7 | 80.1 | 106.4 | - |
| YUV | 225.86 | 144.44 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 255 | 0.27 | 0.06 | 0 | 0 | 193.24 | 1 | 0.87 |
| Hex | BB | F0 | FF | 1B | 6 | 0 | 0 | C1 | 64 | 57 |
| Octal | 273 | 360 | 377 | 33 | 6 | 0 | 0 | 301 | 144 | 127 |
| Binary | 10111011 | 11110000 | 11111111 | 11011 | 110 | 0 | 0 | 11000001 | 1100100 | 1010111 |
Color Harmonies of #BBF0FF
Complementary color
Monochromatic Colors of #BBF0FF
Black with #BBF0FF
Text Example
Text Example
White with #BBF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF0FF; }
p { color: rgb(187,240,255); }
H1.HeaderClassName
{
color: #BBF0FF;
}
.AnyTagClassName
{
color: #BBF0FF;
}
</style>
background-color css
<style>
a { background-color: #BBF0FF; }
a { background-color: rgb(187,240,255); }
div.DivClassName
{
background-color: #BBF0FF;
}
.BgClassName
{
background-color: #BBF0FF;
}
</style>
border-color css
<style>
span { border-color: #BBF0FF; }
span { border-color: rgb(187,240,255); }
td.TdClassName
{
border-color: #BBF0FF;
}
.TagClassName
{
border-color: #BBF0FF;
}
</style>