Shades of Onahau #BBF5FF
Tints of Onahau #BBF5FF
RGB
CMYK
RGB Variations
Color information
#BBF5FF (or 0xBBF5FF) is known color: Onahau. HEX triplet: BB, F5 and FF. RGB value is (187,245,255). Sum of RGB (Red+Green+Blue) = 187+245+255=687 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.22% from 687); Green value is 245 (96.09% from 255 or 35.66% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBF5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF5FF is #440A00. Grayscale: #E4E4E4. Windows color (decimal): -4459009 or 16774587. OLE color: 16774587.
HSL color Cylindrical-coordinate representation of color #BBF5FF: hue angle of 188.82º 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 #BBF5FF is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 245 | 255 | - |
| CMYK | 0.27 | 0.04 | 0 | 0 |
| HSL | 188.82º | 1% | 0.87% | - |
| HSV(B) | 188.82º | 0.27% | 1% | - |
| XYZ | 71.2 | 83.09 | 106.89 | - |
| YUV | 228.8 | 142.78 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 255 | 0.27 | 0.04 | 0 | 0 | 188.82 | 1 | 0.87 |
| Hex | BB | F5 | FF | 1B | 4 | 0 | 0 | BD | 64 | 57 |
| Octal | 273 | 365 | 377 | 33 | 4 | 0 | 0 | 275 | 144 | 127 |
| Binary | 10111011 | 11110101 | 11111111 | 11011 | 100 | 0 | 0 | 10111101 | 1100100 | 1010111 |
Color Harmonies of #BBF5FF
Complementary color
Monochromatic Colors of #BBF5FF
Black with #BBF5FF
Text Example
Text Example
White with #BBF5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF5FF; }
p { color: rgb(187,245,255); }
H1.HeaderClassName
{
color: #BBF5FF;
}
.AnyTagClassName
{
color: #BBF5FF;
}
</style>
background-color css
<style>
a { background-color: #BBF5FF; }
a { background-color: rgb(187,245,255); }
div.DivClassName
{
background-color: #BBF5FF;
}
.BgClassName
{
background-color: #BBF5FF;
}
</style>
border-color css
<style>
span { border-color: #BBF5FF; }
span { border-color: rgb(187,245,255); }
td.TdClassName
{
border-color: #BBF5FF;
}
.TagClassName
{
border-color: #BBF5FF;
}
</style>