Shades of Onahau #BBE5F1
Tints of Onahau #BBE5F1
RGB
CMYK
RGB Variations
Color information
#BBE5F1 (or 0xBBE5F1) is known color: Onahau. HEX triplet: BB, E5 and F1. RGB value is (187,229,241). Sum of RGB (Red+Green+Blue) = 187+229+241=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBE5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5F1 is #441A0E. Grayscale: #D9D9D9. Windows color (decimal): -4463119 or 15852987. OLE color: 15852987.
HSL color Cylindrical-coordinate representation of color #BBE5F1: hue angle of 193.33º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBE5F1 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 229 | 241 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.05 |
| HSL | 193.33º | 0.66% | 0.84% | - |
| HSV(B) | 193.33º | 0.22% | 0.95% | - |
| XYZ | 64.39 | 72.95 | 93.91 | - |
| YUV | 217.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 241 | 0.22 | 0.05 | 0 | 0.05 | 193.33 | 0.66 | 0.84 |
| Hex | BB | E5 | F1 | 16 | 5 | 0 | 5 | C1 | 42 | 54 |
| Octal | 273 | 345 | 361 | 26 | 5 | 0 | 5 | 301 | 102 | 124 |
| Binary | 10111011 | 11100101 | 11110001 | 10110 | 101 | 0 | 101 | 11000001 | 1000010 | 1010100 |
Color Harmonies of #BBE5F1
Complementary color
Monochromatic Colors of #BBE5F1
Black with #BBE5F1
Text Example
Text Example
White with #BBE5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE5F1; }
p { color: rgb(187,229,241); }
H1.HeaderClassName
{
color: #BBE5F1;
}
.AnyTagClassName
{
color: #BBE5F1;
}
</style>
background-color css
<style>
a { background-color: #BBE5F1; }
a { background-color: rgb(187,229,241); }
div.DivClassName
{
background-color: #BBE5F1;
}
.BgClassName
{
background-color: #BBE5F1;
}
</style>
border-color css
<style>
span { border-color: #BBE5F1; }
span { border-color: rgb(187,229,241); }
td.TdClassName
{
border-color: #BBE5F1;
}
.TagClassName
{
border-color: #BBE5F1;
}
</style>