Shades of Onahau #BBE2FA
Tints of Onahau #BBE2FA
RGB
CMYK
RGB Variations
Color information
#BBE2FA (or 0xBBE2FA) is known color: Onahau. HEX triplet: BB, E2 and FA. RGB value is (187,226,250). Sum of RGB (Red+Green+Blue) = 187+226+250=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2FA is #441D05. Grayscale: #D8D8D8. Windows color (decimal): -4463878 or 16442043. OLE color: 16442043.
HSL color Cylindrical-coordinate representation of color #BBE2FA: hue angle of 202.86º 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 #BBE2FA is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 226 | 250 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.02 |
| HSL | 202.86º | 0.86% | 0.86% | - |
| HSV(B) | 202.86º | 0.25% | 0.98% | - |
| XYZ | 64.95 | 71.86 | 100.89 | - |
| YUV | 217.08 | 146.58 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 250 | 0.25 | 0.10 | 0 | 0.02 | 202.86 | 0.86 | 0.86 |
| Hex | BB | E2 | FA | 19 | A | 0 | 2 | CB | 56 | 56 |
| Octal | 273 | 342 | 372 | 31 | 12 | 0 | 2 | 313 | 126 | 126 |
| Binary | 10111011 | 11100010 | 11111010 | 11001 | 1010 | 0 | 10 | 11001011 | 1010110 | 1010110 |
Color Harmonies of #BBE2FA
Complementary color
Monochromatic Colors of #BBE2FA
Black with #BBE2FA
Text Example
Text Example
White with #BBE2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2FA; }
p { color: rgb(187,226,250); }
H1.HeaderClassName
{
color: #BBE2FA;
}
.AnyTagClassName
{
color: #BBE2FA;
}
</style>
background-color css
<style>
a { background-color: #BBE2FA; }
a { background-color: rgb(187,226,250); }
div.DivClassName
{
background-color: #BBE2FA;
}
.BgClassName
{
background-color: #BBE2FA;
}
</style>
border-color css
<style>
span { border-color: #BBE2FA; }
span { border-color: rgb(187,226,250); }
td.TdClassName
{
border-color: #BBE2FA;
}
.TagClassName
{
border-color: #BBE2FA;
}
</style>