Shades of Onahau #BBE2F2
Tints of Onahau #BBE2F2
RGB
CMYK
RGB Variations
Color information
#BBE2F2 (or 0xBBE2F2) is known color: Onahau. HEX triplet: BB, E2 and F2. RGB value is (187,226,242). Sum of RGB (Red+Green+Blue) = 187+226+242=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBE2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2F2 is #441D0D. Grayscale: #D8D8D8. Windows color (decimal): -4463886 or 15917755. OLE color: 15917755.
HSL color Cylindrical-coordinate representation of color #BBE2F2: hue angle of 197.45º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBE2F2 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 226 | 242 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.05 |
| HSL | 197.45º | 0.68% | 0.84% | - |
| HSV(B) | 197.45º | 0.23% | 0.95% | - |
| XYZ | 63.72 | 71.37 | 94.42 | - |
| YUV | 216.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 242 | 0.23 | 0.07 | 0 | 0.05 | 197.45 | 0.68 | 0.84 |
| Hex | BB | E2 | F2 | 17 | 7 | 0 | 5 | C5 | 44 | 54 |
| Octal | 273 | 342 | 362 | 27 | 7 | 0 | 5 | 305 | 104 | 124 |
| Binary | 10111011 | 11100010 | 11110010 | 10111 | 111 | 0 | 101 | 11000101 | 1000100 | 1010100 |
Color Harmonies of #BBE2F2
Complementary color
Monochromatic Colors of #BBE2F2
Black with #BBE2F2
Text Example
Text Example
White with #BBE2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2F2; }
p { color: rgb(187,226,242); }
H1.HeaderClassName
{
color: #BBE2F2;
}
.AnyTagClassName
{
color: #BBE2F2;
}
</style>
background-color css
<style>
a { background-color: #BBE2F2; }
a { background-color: rgb(187,226,242); }
div.DivClassName
{
background-color: #BBE2F2;
}
.BgClassName
{
background-color: #BBE2F2;
}
</style>
border-color css
<style>
span { border-color: #BBE2F2; }
span { border-color: rgb(187,226,242); }
td.TdClassName
{
border-color: #BBE2F2;
}
.TagClassName
{
border-color: #BBE2F2;
}
</style>