Shades of Onahau #BBEAF0
Tints of Onahau #BBEAF0
RGB
CMYK
RGB Variations
Color information
#BBEAF0 (or 0xBBEAF0) is known color: Onahau. HEX triplet: BB, EA and F0. RGB value is (187,234,240). Sum of RGB (Red+Green+Blue) = 187+234+240=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAF0 is #44150F. Grayscale: #DCDCDC. Windows color (decimal): -4461840 or 15788731. OLE color: 15788731.
HSL color Cylindrical-coordinate representation of color #BBEAF0: hue angle of 186.79º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEAF0 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 234 | 240 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.06 |
| HSL | 186.79º | 0.64% | 0.84% | - |
| HSV(B) | 186.79º | 0.22% | 0.94% | - |
| XYZ | 65.64 | 75.7 | 93.59 | - |
| YUV | 220.63 | 138.93 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 240 | 0.22 | 0.02 | 0 | 0.06 | 186.79 | 0.64 | 0.84 |
| Hex | BB | EA | F0 | 16 | 2 | 0 | 6 | BB | 40 | 54 |
| Octal | 273 | 352 | 360 | 26 | 2 | 0 | 6 | 273 | 100 | 124 |
| Binary | 10111011 | 11101010 | 11110000 | 10110 | 10 | 0 | 110 | 10111011 | 1000000 | 1010100 |
Color Harmonies of #BBEAF0
Complementary color
Monochromatic Colors of #BBEAF0
Black with #BBEAF0
Text Example
Text Example
White with #BBEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEAF0; }
p { color: rgb(187,234,240); }
H1.HeaderClassName
{
color: #BBEAF0;
}
.AnyTagClassName
{
color: #BBEAF0;
}
</style>
background-color css
<style>
a { background-color: #BBEAF0; }
a { background-color: rgb(187,234,240); }
div.DivClassName
{
background-color: #BBEAF0;
}
.BgClassName
{
background-color: #BBEAF0;
}
</style>
border-color css
<style>
span { border-color: #BBEAF0; }
span { border-color: rgb(187,234,240); }
td.TdClassName
{
border-color: #BBEAF0;
}
.TagClassName
{
border-color: #BBEAF0;
}
</style>