Shades of Onahau #BBE5FB
Tints of Onahau #BBE5FB
RGB
CMYK
RGB Variations
Color information
#BBE5FB (or 0xBBE5FB) is known color: Onahau. HEX triplet: BB, E5 and FB. RGB value is (187,229,251). Sum of RGB (Red+Green+Blue) = 187+229+251=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBE5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5FB is #441A04. Grayscale: #DADADA. Windows color (decimal): -4463109 or 16508347. OLE color: 16508347.
HSL color Cylindrical-coordinate representation of color #BBE5FB: hue angle of 200.62º degrees, saturation: 0.89, 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 #BBE5FB is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 229 | 251 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.02 |
| HSL | 200.63º | 0.89% | 0.86% | - |
| HSV(B) | 200.63º | 0.25% | 0.98% | - |
| XYZ | 65.93 | 73.57 | 101.99 | - |
| YUV | 218.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 251 | 0.25 | 0.09 | 0 | 0.02 | 200.63 | 0.89 | 0.86 |
| Hex | BB | E5 | FB | 19 | 9 | 0 | 2 | C9 | 59 | 56 |
| Octal | 273 | 345 | 373 | 31 | 11 | 0 | 2 | 311 | 131 | 126 |
| Binary | 10111011 | 11100101 | 11111011 | 11001 | 1001 | 0 | 10 | 11001001 | 1011001 | 1010110 |
Color Harmonies of #BBE5FB
Complementary color
Monochromatic Colors of #BBE5FB
Black with #BBE5FB
Text Example
Text Example
White with #BBE5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE5FB; }
p { color: rgb(187,229,251); }
H1.HeaderClassName
{
color: #BBE5FB;
}
.AnyTagClassName
{
color: #BBE5FB;
}
</style>
background-color css
<style>
a { background-color: #BBE5FB; }
a { background-color: rgb(187,229,251); }
div.DivClassName
{
background-color: #BBE5FB;
}
.BgClassName
{
background-color: #BBE5FB;
}
</style>
border-color css
<style>
span { border-color: #BBE5FB; }
span { border-color: rgb(187,229,251); }
td.TdClassName
{
border-color: #BBE5FB;
}
.TagClassName
{
border-color: #BBE5FB;
}
</style>