Shades of Onahau #BBF3FF
Tints of Onahau #BBF3FF
RGB
CMYK
RGB Variations
Color information
#BBF3FF (or 0xBBF3FF) is known color: Onahau. HEX triplet: BB, F3 and FF. RGB value is (187,243,255). Sum of RGB (Red+Green+Blue) = 187+243+255=685 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.30% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBF3FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF3FF is #440C00. Grayscale: #E3E3E3. Windows color (decimal): -4459521 or 16774075. OLE color: 16774075.
HSL color Cylindrical-coordinate representation of color #BBF3FF: hue angle of 190.59º 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 #BBF3FF is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 243 | 255 | - |
| CMYK | 0.27 | 0.05 | 0 | 0 |
| HSL | 190.59º | 1% | 0.87% | - |
| HSV(B) | 190.59º | 0.27% | 1% | - |
| XYZ | 70.59 | 81.89 | 106.69 | - |
| YUV | 227.62 | 143.45 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 255 | 0.27 | 0.05 | 0 | 0 | 190.59 | 1 | 0.87 |
| Hex | BB | F3 | FF | 1B | 5 | 0 | 0 | BF | 64 | 57 |
| Octal | 273 | 363 | 377 | 33 | 5 | 0 | 0 | 277 | 144 | 127 |
| Binary | 10111011 | 11110011 | 11111111 | 11011 | 101 | 0 | 0 | 10111111 | 1100100 | 1010111 |
Color Harmonies of #BBF3FF
Complementary color
Monochromatic Colors of #BBF3FF
Black with #BBF3FF
Text Example
Text Example
White with #BBF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3FF; }
p { color: rgb(187,243,255); }
H1.HeaderClassName
{
color: #BBF3FF;
}
.AnyTagClassName
{
color: #BBF3FF;
}
</style>
background-color css
<style>
a { background-color: #BBF3FF; }
a { background-color: rgb(187,243,255); }
div.DivClassName
{
background-color: #BBF3FF;
}
.BgClassName
{
background-color: #BBF3FF;
}
</style>
border-color css
<style>
span { border-color: #BBF3FF; }
span { border-color: rgb(187,243,255); }
td.TdClassName
{
border-color: #BBF3FF;
}
.TagClassName
{
border-color: #BBF3FF;
}
</style>