Shades of Onahau #BFE9F9
Tints of Onahau #BFE9F9
RGB
CMYK
RGB Variations
Color information
#BFE9F9 (or 0xBFE9F9) is known color: Onahau. HEX triplet: BF, E9 and F9. RGB value is (191,233,249). Sum of RGB (Red+Green+Blue) = 191+233+249=673 (89% of max value = 765). Red value is 191 (75% from 255 or 28.38% from 673); Green value is 233 (91.41% from 255 or 34.62% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFE9F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE9F9 is #401606. Grayscale: #DEDEDE. Windows color (decimal): -4199943 or 16378303. OLE color: 16378303.
HSL color Cylindrical-coordinate representation of color #BFE9F9: hue angle of 196.55º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFE9F9 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 233 | 249 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.02 |
| HSL | 196.55º | 0.83% | 0.86% | - |
| HSV(B) | 196.55º | 0.23% | 0.98% | - |
| XYZ | 67.72 | 76.19 | 100.76 | - |
| YUV | 222.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 249 | 0.23 | 0.06 | 0 | 0.02 | 196.55 | 0.83 | 0.86 |
| Hex | BF | E9 | F9 | 17 | 6 | 0 | 2 | C5 | 53 | 56 |
| Octal | 277 | 351 | 371 | 27 | 6 | 0 | 2 | 305 | 123 | 126 |
| Binary | 10111111 | 11101001 | 11111001 | 10111 | 110 | 0 | 10 | 11000101 | 1010011 | 1010110 |
Color Harmonies of #BFE9F9
Complementary color
Monochromatic Colors of #BFE9F9
Black with #BFE9F9
Text Example
Text Example
White with #BFE9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE9F9; }
p { color: rgb(191,233,249); }
H1.HeaderClassName
{
color: #BFE9F9;
}
.AnyTagClassName
{
color: #BFE9F9;
}
</style>
background-color css
<style>
a { background-color: #BFE9F9; }
a { background-color: rgb(191,233,249); }
div.DivClassName
{
background-color: #BFE9F9;
}
.BgClassName
{
background-color: #BFE9F9;
}
</style>
border-color css
<style>
span { border-color: #BFE9F9; }
span { border-color: rgb(191,233,249); }
td.TdClassName
{
border-color: #BFE9F9;
}
.TagClassName
{
border-color: #BFE9F9;
}
</style>