Shades of Onahau #BFE8F9
Tints of Onahau #BFE8F9
RGB
CMYK
RGB Variations
Color information
#BFE8F9 (or 0xBFE8F9) is known color: Onahau. HEX triplet: BF, E8 and F9. RGB value is (191,232,249). Sum of RGB (Red+Green+Blue) = 191+232+249=672 (89% of max value = 765). Red value is 191 (75% from 255 or 28.42% from 672); Green value is 232 (91.02% from 255 or 34.52% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFE8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE8F9 is #401706. Grayscale: #DDDDDD. Windows color (decimal): -4200199 or 16378047. OLE color: 16378047.
HSL color Cylindrical-coordinate representation of color #BFE8F9: hue angle of 197.59º 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 #BFE8F9 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 232 | 249 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.02 |
| HSL | 197.59º | 0.83% | 0.86% | - |
| HSV(B) | 197.59º | 0.23% | 0.98% | - |
| XYZ | 67.44 | 75.63 | 100.67 | - |
| YUV | 221.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 249 | 0.23 | 0.07 | 0 | 0.02 | 197.59 | 0.83 | 0.86 |
| Hex | BF | E8 | F9 | 17 | 7 | 0 | 2 | C6 | 53 | 56 |
| Octal | 277 | 350 | 371 | 27 | 7 | 0 | 2 | 306 | 123 | 126 |
| Binary | 10111111 | 11101000 | 11111001 | 10111 | 111 | 0 | 10 | 11000110 | 1010011 | 1010110 |
Color Harmonies of #BFE8F9
Complementary color
Monochromatic Colors of #BFE8F9
Black with #BFE8F9
Text Example
Text Example
White with #BFE8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE8F9; }
p { color: rgb(191,232,249); }
H1.HeaderClassName
{
color: #BFE8F9;
}
.AnyTagClassName
{
color: #BFE8F9;
}
</style>
background-color css
<style>
a { background-color: #BFE8F9; }
a { background-color: rgb(191,232,249); }
div.DivClassName
{
background-color: #BFE8F9;
}
.BgClassName
{
background-color: #BFE8F9;
}
</style>
border-color css
<style>
span { border-color: #BFE8F9; }
span { border-color: rgb(191,232,249); }
td.TdClassName
{
border-color: #BFE8F9;
}
.TagClassName
{
border-color: #BFE8F9;
}
</style>