Shades of Onahau #BBEBFA
Tints of Onahau #BBEBFA
RGB
CMYK
RGB Variations
Color information
#BBEBFA (or 0xBBEBFA) is known color: Onahau. HEX triplet: BB, EB and FA. RGB value is (187,235,250). Sum of RGB (Red+Green+Blue) = 187+235+250=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBEBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBFA is #441405. Grayscale: #DEDEDE. Windows color (decimal): -4461574 or 16444347. OLE color: 16444347.
HSL color Cylindrical-coordinate representation of color #BBEBFA: hue angle of 194.29º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBEBFA is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 235 | 250 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.02 |
| HSL | 194.29º | 0.86% | 0.86% | - |
| HSV(B) | 194.29º | 0.25% | 0.98% | - |
| XYZ | 67.46 | 76.88 | 101.73 | - |
| YUV | 222.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 250 | 0.25 | 0.06 | 0 | 0.02 | 194.29 | 0.86 | 0.86 |
| Hex | BB | EB | FA | 19 | 6 | 0 | 2 | C2 | 56 | 56 |
| Octal | 273 | 353 | 372 | 31 | 6 | 0 | 2 | 302 | 126 | 126 |
| Binary | 10111011 | 11101011 | 11111010 | 11001 | 110 | 0 | 10 | 11000010 | 1010110 | 1010110 |
Color Harmonies of #BBEBFA
Complementary color
Monochromatic Colors of #BBEBFA
Black with #BBEBFA
Text Example
Text Example
White with #BBEBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBFA; }
p { color: rgb(187,235,250); }
H1.HeaderClassName
{
color: #BBEBFA;
}
.AnyTagClassName
{
color: #BBEBFA;
}
</style>
background-color css
<style>
a { background-color: #BBEBFA; }
a { background-color: rgb(187,235,250); }
div.DivClassName
{
background-color: #BBEBFA;
}
.BgClassName
{
background-color: #BBEBFA;
}
</style>
border-color css
<style>
span { border-color: #BBEBFA; }
span { border-color: rgb(187,235,250); }
td.TdClassName
{
border-color: #BBEBFA;
}
.TagClassName
{
border-color: #BBEBFA;
}
</style>