Shades of Onahau #BFE9EF
Tints of Onahau #BFE9EF
RGB
CMYK
RGB Variations
Color information
#BFE9EF (or 0xBFE9EF) is known color: Onahau. HEX triplet: BF, E9 and EF. RGB value is (191,233,239). Sum of RGB (Red+Green+Blue) = 191+233+239=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 233 (91.41% from 255 or 35.14% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE9EF is #401610. Grayscale: #DDDDDD. Windows color (decimal): -4199953 or 15722943. OLE color: 15722943.
HSL color Cylindrical-coordinate representation of color #BFE9EF: hue angle of 187.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFE9EF is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 233 | 239 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.06 |
| HSL | 187.5º | 0.6% | 0.84% | - |
| HSV(B) | 187.5º | 0.2% | 0.94% | - |
| XYZ | 66.2 | 75.59 | 92.76 | - |
| YUV | 221.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 239 | 0.20 | 0.03 | 0 | 0.06 | 187.5 | 0.6 | 0.84 |
| Hex | BF | E9 | EF | 14 | 3 | 0 | 6 | BC | 3C | 54 |
| Octal | 277 | 351 | 357 | 24 | 3 | 0 | 6 | 274 | 74 | 124 |
| Binary | 10111111 | 11101001 | 11101111 | 10100 | 11 | 0 | 110 | 10111100 | 111100 | 1010100 |
Color Harmonies of #BFE9EF
Complementary color
Monochromatic Colors of #BFE9EF
Black with #BFE9EF
Text Example
Text Example
White with #BFE9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE9EF; }
p { color: rgb(191,233,239); }
H1.HeaderClassName
{
color: #BFE9EF;
}
.AnyTagClassName
{
color: #BFE9EF;
}
</style>
background-color css
<style>
a { background-color: #BFE9EF; }
a { background-color: rgb(191,233,239); }
div.DivClassName
{
background-color: #BFE9EF;
}
.BgClassName
{
background-color: #BFE9EF;
}
</style>
border-color css
<style>
span { border-color: #BFE9EF; }
span { border-color: rgb(191,233,239); }
td.TdClassName
{
border-color: #BFE9EF;
}
.TagClassName
{
border-color: #BFE9EF;
}
</style>