Shades of Onahau #BFE9EE
Tints of Onahau #BFE9EE
RGB
CMYK
RGB Variations
Color information
#BFE9EE (or 0xBFE9EE) is known color: Onahau. HEX triplet: BF, E9 and EE. RGB value is (191,233,238). Sum of RGB (Red+Green+Blue) = 191+233+238=662 (87% of max value = 765). Red value is 191 (75% from 255 or 28.85% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFE9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE9EE is #401611. Grayscale: #DCDCDC. Windows color (decimal): -4199954 or 15657407. OLE color: 15657407.
HSL color Cylindrical-coordinate representation of color #BFE9EE: hue angle of 186.38º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFE9EE is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 233 | 238 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.07 |
| HSL | 186.38º | 0.58% | 0.84% | - |
| HSV(B) | 186.38º | 0.2% | 0.93% | - |
| XYZ | 66.06 | 75.53 | 91.99 | - |
| YUV | 221.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 238 | 0.20 | 0.02 | 0 | 0.07 | 186.38 | 0.58 | 0.84 |
| Hex | BF | E9 | EE | 14 | 2 | 0 | 7 | BA | 3A | 54 |
| Octal | 277 | 351 | 356 | 24 | 2 | 0 | 7 | 272 | 72 | 124 |
| Binary | 10111111 | 11101001 | 11101110 | 10100 | 10 | 0 | 111 | 10111010 | 111010 | 1010100 |
Color Harmonies of #BFE9EE
Complementary color
Monochromatic Colors of #BFE9EE
Black with #BFE9EE
Text Example
Text Example
White with #BFE9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE9EE; }
p { color: rgb(191,233,238); }
H1.HeaderClassName
{
color: #BFE9EE;
}
.AnyTagClassName
{
color: #BFE9EE;
}
</style>
background-color css
<style>
a { background-color: #BFE9EE; }
a { background-color: rgb(191,233,238); }
div.DivClassName
{
background-color: #BFE9EE;
}
.BgClassName
{
background-color: #BFE9EE;
}
</style>
border-color css
<style>
span { border-color: #BFE9EE; }
span { border-color: rgb(191,233,238); }
td.TdClassName
{
border-color: #BFE9EE;
}
.TagClassName
{
border-color: #BFE9EE;
}
</style>