Shades of Onahau #BBEBF1
Tints of Onahau #BBEBF1
RGB
CMYK
RGB Variations
Color information
#BBEBF1 (or 0xBBEBF1) is known color: Onahau. HEX triplet: BB, EB and F1. RGB value is (187,235,241). Sum of RGB (Red+Green+Blue) = 187+235+241=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBEBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBF1 is #44140E. Grayscale: #DDDDDD. Windows color (decimal): -4461583 or 15854523. OLE color: 15854523.
HSL color Cylindrical-coordinate representation of color #BBEBF1: hue angle of 186.67º 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 #BBEBF1 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 235 | 241 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.05 |
| HSL | 186.67º | 0.66% | 0.84% | - |
| HSV(B) | 186.67º | 0.22% | 0.95% | - |
| XYZ | 66.08 | 76.33 | 94.47 | - |
| YUV | 221.33 | 139.1 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 241 | 0.22 | 0.02 | 0 | 0.05 | 186.67 | 0.66 | 0.84 |
| Hex | BB | EB | F1 | 16 | 2 | 0 | 5 | BB | 42 | 54 |
| Octal | 273 | 353 | 361 | 26 | 2 | 0 | 5 | 273 | 102 | 124 |
| Binary | 10111011 | 11101011 | 11110001 | 10110 | 10 | 0 | 101 | 10111011 | 1000010 | 1010100 |
Color Harmonies of #BBEBF1
Complementary color
Monochromatic Colors of #BBEBF1
Black with #BBEBF1
Text Example
Text Example
White with #BBEBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBF1; }
p { color: rgb(187,235,241); }
H1.HeaderClassName
{
color: #BBEBF1;
}
.AnyTagClassName
{
color: #BBEBF1;
}
</style>
background-color css
<style>
a { background-color: #BBEBF1; }
a { background-color: rgb(187,235,241); }
div.DivClassName
{
background-color: #BBEBF1;
}
.BgClassName
{
background-color: #BBEBF1;
}
</style>
border-color css
<style>
span { border-color: #BBEBF1; }
span { border-color: rgb(187,235,241); }
td.TdClassName
{
border-color: #BBEBF1;
}
.TagClassName
{
border-color: #BBEBF1;
}
</style>