Shades of Onahau #BBF1FC
Tints of Onahau #BBF1FC
RGB
CMYK
RGB Variations
Color information
#BBF1FC (or 0xBBF1FC) is known color: Onahau. HEX triplet: BB, F1 and FC. RGB value is (187,241,252). Sum of RGB (Red+Green+Blue) = 187+241+252=680 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.5% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBF1FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1FC is #440E03. Grayscale: #E2E2E2. Windows color (decimal): -4460036 or 16576955. OLE color: 16576955.
HSL color Cylindrical-coordinate representation of color #BBF1FC: hue angle of 190.15º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBF1FC is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 241 | 252 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.01 |
| HSL | 190.15º | 0.92% | 0.86% | - |
| HSV(B) | 190.15º | 0.26% | 0.99% | - |
| XYZ | 69.52 | 80.5 | 103.97 | - |
| YUV | 226.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 252 | 0.26 | 0.04 | 0 | 0.01 | 190.15 | 0.92 | 0.86 |
| Hex | BB | F1 | FC | 1A | 4 | 0 | 1 | BE | 5C | 56 |
| Octal | 273 | 361 | 374 | 32 | 4 | 0 | 1 | 276 | 134 | 126 |
| Binary | 10111011 | 11110001 | 11111100 | 11010 | 100 | 0 | 1 | 10111110 | 1011100 | 1010110 |
Color Harmonies of #BBF1FC
Complementary color
Monochromatic Colors of #BBF1FC
Black with #BBF1FC
Text Example
Text Example
White with #BBF1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF1FC; }
p { color: rgb(187,241,252); }
H1.HeaderClassName
{
color: #BBF1FC;
}
.AnyTagClassName
{
color: #BBF1FC;
}
</style>
background-color css
<style>
a { background-color: #BBF1FC; }
a { background-color: rgb(187,241,252); }
div.DivClassName
{
background-color: #BBF1FC;
}
.BgClassName
{
background-color: #BBF1FC;
}
</style>
border-color css
<style>
span { border-color: #BBF1FC; }
span { border-color: rgb(187,241,252); }
td.TdClassName
{
border-color: #BBF1FC;
}
.TagClassName
{
border-color: #BBF1FC;
}
</style>