Shades of Onahau #BFE9F0
Tints of Onahau #BFE9F0
RGB
CMYK
RGB Variations
Color information
#BFE9F0 (or 0xBFE9F0) is known color: Onahau. HEX triplet: BF, E9 and F0. RGB value is (191,233,240). Sum of RGB (Red+Green+Blue) = 191+233+240=664 (87% of max value = 765). Red value is 191 (75% from 255 or 28.77% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFE9F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE9F0 is #40160F. Grayscale: #DDDDDD. Windows color (decimal): -4199952 or 15788479. OLE color: 15788479.
HSL color Cylindrical-coordinate representation of color #BFE9F0: hue angle of 188.57º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFE9F0 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 233 | 240 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.06 |
| HSL | 188.57º | 0.62% | 0.85% | - |
| HSV(B) | 188.57º | 0.2% | 0.94% | - |
| XYZ | 66.35 | 75.65 | 93.54 | - |
| YUV | 221.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 240 | 0.20 | 0.03 | 0 | 0.06 | 188.57 | 0.62 | 0.85 |
| Hex | BF | E9 | F0 | 14 | 3 | 0 | 6 | BD | 3E | 55 |
| Octal | 277 | 351 | 360 | 24 | 3 | 0 | 6 | 275 | 76 | 125 |
| Binary | 10111111 | 11101001 | 11110000 | 10100 | 11 | 0 | 110 | 10111101 | 111110 | 1010101 |
Color Harmonies of #BFE9F0
Complementary color
Monochromatic Colors of #BFE9F0
Black with #BFE9F0
Text Example
Text Example
White with #BFE9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE9F0; }
p { color: rgb(191,233,240); }
H1.HeaderClassName
{
color: #BFE9F0;
}
.AnyTagClassName
{
color: #BFE9F0;
}
</style>
background-color css
<style>
a { background-color: #BFE9F0; }
a { background-color: rgb(191,233,240); }
div.DivClassName
{
background-color: #BFE9F0;
}
.BgClassName
{
background-color: #BFE9F0;
}
</style>
border-color css
<style>
span { border-color: #BFE9F0; }
span { border-color: rgb(191,233,240); }
td.TdClassName
{
border-color: #BFE9F0;
}
.TagClassName
{
border-color: #BFE9F0;
}
</style>