Shades of Onahau #BBE5FA
Tints of Onahau #BBE5FA
RGB
CMYK
RGB Variations
Color information
#BBE5FA (or 0xBBE5FA) is known color: Onahau. HEX triplet: BB, E5 and FA. RGB value is (187,229,250). Sum of RGB (Red+Green+Blue) = 187+229+250=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBE5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5FA is #441A05. Grayscale: #DADADA. Windows color (decimal): -4463110 or 16442811. OLE color: 16442811.
HSL color Cylindrical-coordinate representation of color #BBE5FA: hue angle of 200º 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 #BBE5FA is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 229 | 250 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.02 |
| HSL | 200º | 0.86% | 0.86% | - |
| HSV(B) | 200º | 0.25% | 0.98% | - |
| XYZ | 65.77 | 73.51 | 101.16 | - |
| YUV | 218.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 250 | 0.25 | 0.08 | 0 | 0.02 | 200 | 0.86 | 0.86 |
| Hex | BB | E5 | FA | 19 | 8 | 0 | 2 | C8 | 56 | 56 |
| Octal | 273 | 345 | 372 | 31 | 10 | 0 | 2 | 310 | 126 | 126 |
| Binary | 10111011 | 11100101 | 11111010 | 11001 | 1000 | 0 | 10 | 11001000 | 1010110 | 1010110 |
Color Harmonies of #BBE5FA
Complementary color
Monochromatic Colors of #BBE5FA
Black with #BBE5FA
Text Example
Text Example
White with #BBE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE5FA; }
p { color: rgb(187,229,250); }
H1.HeaderClassName
{
color: #BBE5FA;
}
.AnyTagClassName
{
color: #BBE5FA;
}
</style>
background-color css
<style>
a { background-color: #BBE5FA; }
a { background-color: rgb(187,229,250); }
div.DivClassName
{
background-color: #BBE5FA;
}
.BgClassName
{
background-color: #BBE5FA;
}
</style>
border-color css
<style>
span { border-color: #BBE5FA; }
span { border-color: rgb(187,229,250); }
td.TdClassName
{
border-color: #BBE5FA;
}
.TagClassName
{
border-color: #BBE5FA;
}
</style>