Shades of Onahau #BBE1F2
Tints of Onahau #BBE1F2
RGB
CMYK
RGB Variations
Color information
#BBE1F2 (or 0xBBE1F2) is known color: Onahau. HEX triplet: BB, E1 and F2. RGB value is (187,225,242). Sum of RGB (Red+Green+Blue) = 187+225+242=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBE1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1F2 is #441E0D. Grayscale: #D7D7D7. Windows color (decimal): -4464142 or 15917499. OLE color: 15917499.
HSL color Cylindrical-coordinate representation of color #BBE1F2: hue angle of 198.55º 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 #BBE1F2 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 225 | 242 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.05 |
| HSL | 198.55º | 0.68% | 0.84% | - |
| HSV(B) | 198.55º | 0.23% | 0.95% | - |
| XYZ | 63.45 | 70.83 | 94.33 | - |
| YUV | 215.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 242 | 0.23 | 0.07 | 0 | 0.05 | 198.55 | 0.68 | 0.84 |
| Hex | BB | E1 | F2 | 17 | 7 | 0 | 5 | C7 | 44 | 54 |
| Octal | 273 | 341 | 362 | 27 | 7 | 0 | 5 | 307 | 104 | 124 |
| Binary | 10111011 | 11100001 | 11110010 | 10111 | 111 | 0 | 101 | 11000111 | 1000100 | 1010100 |
Color Harmonies of #BBE1F2
Complementary color
Monochromatic Colors of #BBE1F2
Black with #BBE1F2
Text Example
Text Example
White with #BBE1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE1F2; }
p { color: rgb(187,225,242); }
H1.HeaderClassName
{
color: #BBE1F2;
}
.AnyTagClassName
{
color: #BBE1F2;
}
</style>
background-color css
<style>
a { background-color: #BBE1F2; }
a { background-color: rgb(187,225,242); }
div.DivClassName
{
background-color: #BBE1F2;
}
.BgClassName
{
background-color: #BBE1F2;
}
</style>
border-color css
<style>
span { border-color: #BBE1F2; }
span { border-color: rgb(187,225,242); }
td.TdClassName
{
border-color: #BBE1F2;
}
.TagClassName
{
border-color: #BBE1F2;
}
</style>