Shades of Onahau #BBE2F3
Tints of Onahau #BBE2F3
RGB
CMYK
RGB Variations
Color information
#BBE2F3 (or 0xBBE2F3) is known color: Onahau. HEX triplet: BB, E2 and F3. RGB value is (187,226,243). Sum of RGB (Red+Green+Blue) = 187+226+243=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBE2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2F3 is #441D0C. Grayscale: #D8D8D8. Windows color (decimal): -4463885 or 15983291. OLE color: 15983291.
HSL color Cylindrical-coordinate representation of color #BBE2F3: hue angle of 198.21º degrees, saturation: 0.7, 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 #BBE2F3 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 226 | 243 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.05 |
| HSL | 198.21º | 0.7% | 0.84% | - |
| HSV(B) | 198.21º | 0.23% | 0.95% | - |
| XYZ | 63.87 | 71.43 | 95.21 | - |
| YUV | 216.28 | 143.08 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 243 | 0.23 | 0.07 | 0 | 0.05 | 198.21 | 0.7 | 0.84 |
| Hex | BB | E2 | F3 | 17 | 7 | 0 | 5 | C6 | 46 | 54 |
| Octal | 273 | 342 | 363 | 27 | 7 | 0 | 5 | 306 | 106 | 124 |
| Binary | 10111011 | 11100010 | 11110011 | 10111 | 111 | 0 | 101 | 11000110 | 1000110 | 1010100 |
Color Harmonies of #BBE2F3
Complementary color
Monochromatic Colors of #BBE2F3
Black with #BBE2F3
Text Example
Text Example
White with #BBE2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2F3; }
p { color: rgb(187,226,243); }
H1.HeaderClassName
{
color: #BBE2F3;
}
.AnyTagClassName
{
color: #BBE2F3;
}
</style>
background-color css
<style>
a { background-color: #BBE2F3; }
a { background-color: rgb(187,226,243); }
div.DivClassName
{
background-color: #BBE2F3;
}
.BgClassName
{
background-color: #BBE2F3;
}
</style>
border-color css
<style>
span { border-color: #BBE2F3; }
span { border-color: rgb(187,226,243); }
td.TdClassName
{
border-color: #BBE2F3;
}
.TagClassName
{
border-color: #BBE2F3;
}
</style>