Shades of Onahau #BFE8FA
Tints of Onahau #BFE8FA
RGB
CMYK
RGB Variations
Color information
#BFE8FA (or 0xBFE8FA) is known color: Onahau. HEX triplet: BF, E8 and FA. RGB value is (191,232,250). Sum of RGB (Red+Green+Blue) = 191+232+250=673 (89% of max value = 765). Red value is 191 (75% from 255 or 28.38% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFE8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE8FA is #401705. Grayscale: #DDDDDD. Windows color (decimal): -4200198 or 16443583. OLE color: 16443583.
HSL color Cylindrical-coordinate representation of color #BFE8FA: hue angle of 198.31º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFE8FA is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 232 | 250 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.02 |
| HSL | 198.31º | 0.86% | 0.86% | - |
| HSV(B) | 198.31º | 0.24% | 0.98% | - |
| XYZ | 67.6 | 75.69 | 101.49 | - |
| YUV | 221.79 | 143.92 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 250 | 0.24 | 0.07 | 0 | 0.02 | 198.31 | 0.86 | 0.86 |
| Hex | BF | E8 | FA | 18 | 7 | 0 | 2 | C6 | 56 | 56 |
| Octal | 277 | 350 | 372 | 30 | 7 | 0 | 2 | 306 | 126 | 126 |
| Binary | 10111111 | 11101000 | 11111010 | 11000 | 111 | 0 | 10 | 11000110 | 1010110 | 1010110 |
Color Harmonies of #BFE8FA
Complementary color
Monochromatic Colors of #BFE8FA
Black with #BFE8FA
Text Example
Text Example
White with #BFE8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE8FA; }
p { color: rgb(191,232,250); }
H1.HeaderClassName
{
color: #BFE8FA;
}
.AnyTagClassName
{
color: #BFE8FA;
}
</style>
background-color css
<style>
a { background-color: #BFE8FA; }
a { background-color: rgb(191,232,250); }
div.DivClassName
{
background-color: #BFE8FA;
}
.BgClassName
{
background-color: #BFE8FA;
}
</style>
border-color css
<style>
span { border-color: #BFE8FA; }
span { border-color: rgb(191,232,250); }
td.TdClassName
{
border-color: #BFE8FA;
}
.TagClassName
{
border-color: #BFE8FA;
}
</style>