Shades of Onahau #BBE6FA
Tints of Onahau #BBE6FA
RGB
CMYK
RGB Variations
Color information
#BBE6FA (or 0xBBE6FA) is known color: Onahau. HEX triplet: BB, E6 and FA. RGB value is (187,230,250). Sum of RGB (Red+Green+Blue) = 187+230+250=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBE6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6FA is #441905. Grayscale: #DBDBDB. Windows color (decimal): -4462854 or 16443067. OLE color: 16443067.
HSL color Cylindrical-coordinate representation of color #BBE6FA: hue angle of 199.05º 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 #BBE6FA is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 230 | 250 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.02 |
| HSL | 199.05º | 0.86% | 0.86% | - |
| HSV(B) | 199.05º | 0.25% | 0.98% | - |
| XYZ | 66.05 | 74.06 | 101.26 | - |
| YUV | 219.42 | 145.25 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 250 | 0.25 | 0.08 | 0 | 0.02 | 199.05 | 0.86 | 0.86 |
| Hex | BB | E6 | FA | 19 | 8 | 0 | 2 | C7 | 56 | 56 |
| Octal | 273 | 346 | 372 | 31 | 10 | 0 | 2 | 307 | 126 | 126 |
| Binary | 10111011 | 11100110 | 11111010 | 11001 | 1000 | 0 | 10 | 11000111 | 1010110 | 1010110 |
Color Harmonies of #BBE6FA
Complementary color
Monochromatic Colors of #BBE6FA
Black with #BBE6FA
Text Example
Text Example
White with #BBE6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE6FA; }
p { color: rgb(187,230,250); }
H1.HeaderClassName
{
color: #BBE6FA;
}
.AnyTagClassName
{
color: #BBE6FA;
}
</style>
background-color css
<style>
a { background-color: #BBE6FA; }
a { background-color: rgb(187,230,250); }
div.DivClassName
{
background-color: #BBE6FA;
}
.BgClassName
{
background-color: #BBE6FA;
}
</style>
border-color css
<style>
span { border-color: #BBE6FA; }
span { border-color: rgb(187,230,250); }
td.TdClassName
{
border-color: #BBE6FA;
}
.TagClassName
{
border-color: #BBE6FA;
}
</style>