Shades of Onahau #BBF2FA
Tints of Onahau #BBF2FA
RGB
CMYK
RGB Variations
Color information
#BBF2FA (or 0xBBF2FA) is known color: Onahau. HEX triplet: BB, F2 and FA. RGB value is (187,242,250). Sum of RGB (Red+Green+Blue) = 187+242+250=679 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.54% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2FA is #440D05. Grayscale: #E2E2E2. Windows color (decimal): -4459782 or 16446139. OLE color: 16446139.
HSL color Cylindrical-coordinate representation of color #BBF2FA: hue angle of 187.62º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF2FA is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 242 | 250 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.02 |
| HSL | 187.62º | 0.86% | 0.86% | - |
| HSV(B) | 187.62º | 0.25% | 0.98% | - |
| XYZ | 69.5 | 80.97 | 102.41 | - |
| YUV | 226.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 250 | 0.25 | 0.03 | 0 | 0.02 | 187.62 | 0.86 | 0.86 |
| Hex | BB | F2 | FA | 19 | 3 | 0 | 2 | BC | 56 | 56 |
| Octal | 273 | 362 | 372 | 31 | 3 | 0 | 2 | 274 | 126 | 126 |
| Binary | 10111011 | 11110010 | 11111010 | 11001 | 11 | 0 | 10 | 10111100 | 1010110 | 1010110 |
Color Harmonies of #BBF2FA
Complementary color
Monochromatic Colors of #BBF2FA
Black with #BBF2FA
Text Example
Text Example
White with #BBF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2FA; }
p { color: rgb(187,242,250); }
H1.HeaderClassName
{
color: #BBF2FA;
}
.AnyTagClassName
{
color: #BBF2FA;
}
</style>
background-color css
<style>
a { background-color: #BBF2FA; }
a { background-color: rgb(187,242,250); }
div.DivClassName
{
background-color: #BBF2FA;
}
.BgClassName
{
background-color: #BBF2FA;
}
</style>
border-color css
<style>
span { border-color: #BBF2FA; }
span { border-color: rgb(187,242,250); }
td.TdClassName
{
border-color: #BBF2FA;
}
.TagClassName
{
border-color: #BBF2FA;
}
</style>