Shades of Onahau #BBEFF5
Tints of Onahau #BBEFF5
RGB
CMYK
RGB Variations
Color information
#BBEFF5 (or 0xBBEFF5) is known color: Onahau. HEX triplet: BB, EF and F5. RGB value is (187,239,245). Sum of RGB (Red+Green+Blue) = 187+239+245=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBEFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEFF5 is #44100A. Grayscale: #E0E0E0. Windows color (decimal): -4460555 or 16117691. OLE color: 16117691.
HSL color Cylindrical-coordinate representation of color #BBEFF5: hue angle of 186.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBEFF5 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 239 | 245 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.04 |
| HSL | 186.21º | 0.74% | 0.85% | - |
| HSV(B) | 186.21º | 0.24% | 0.96% | - |
| XYZ | 67.84 | 78.89 | 98.04 | - |
| YUV | 224.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 245 | 0.24 | 0.02 | 0 | 0.04 | 186.21 | 0.74 | 0.85 |
| Hex | BB | EF | F5 | 18 | 2 | 0 | 4 | BA | 4A | 55 |
| Octal | 273 | 357 | 365 | 30 | 2 | 0 | 4 | 272 | 112 | 125 |
| Binary | 10111011 | 11101111 | 11110101 | 11000 | 10 | 0 | 100 | 10111010 | 1001010 | 1010101 |
Color Harmonies of #BBEFF5
Complementary color
Monochromatic Colors of #BBEFF5
Black with #BBEFF5
Text Example
Text Example
White with #BBEFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEFF5; }
p { color: rgb(187,239,245); }
H1.HeaderClassName
{
color: #BBEFF5;
}
.AnyTagClassName
{
color: #BBEFF5;
}
</style>
background-color css
<style>
a { background-color: #BBEFF5; }
a { background-color: rgb(187,239,245); }
div.DivClassName
{
background-color: #BBEFF5;
}
.BgClassName
{
background-color: #BBEFF5;
}
</style>
border-color css
<style>
span { border-color: #BBEFF5; }
span { border-color: rgb(187,239,245); }
td.TdClassName
{
border-color: #BBEFF5;
}
.TagClassName
{
border-color: #BBEFF5;
}
</style>