Shades of Onahau #BFE8EE
Tints of Onahau #BFE8EE
RGB
CMYK
RGB Variations
Color information
#BFE8EE (or 0xBFE8EE) is known color: Onahau. HEX triplet: BF, E8 and EE. RGB value is (191,232,238). Sum of RGB (Red+Green+Blue) = 191+232+238=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE8EE is #401711. Grayscale: #DCDCDC. Windows color (decimal): -4200210 or 15657151. OLE color: 15657151.
HSL color Cylindrical-coordinate representation of color #BFE8EE: hue angle of 187.66º 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 #BFE8EE is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 232 | 238 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.07 |
| HSL | 187.66º | 0.58% | 0.84% | - |
| HSV(B) | 187.66º | 0.2% | 0.93% | - |
| XYZ | 65.78 | 74.96 | 91.89 | - |
| YUV | 220.43 | 137.92 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 238 | 0.20 | 0.03 | 0 | 0.07 | 187.66 | 0.58 | 0.84 |
| Hex | BF | E8 | EE | 14 | 3 | 0 | 7 | BC | 3A | 54 |
| Octal | 277 | 350 | 356 | 24 | 3 | 0 | 7 | 274 | 72 | 124 |
| Binary | 10111111 | 11101000 | 11101110 | 10100 | 11 | 0 | 111 | 10111100 | 111010 | 1010100 |
Color Harmonies of #BFE8EE
Complementary color
Monochromatic Colors of #BFE8EE
Black with #BFE8EE
Text Example
Text Example
White with #BFE8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE8EE; }
p { color: rgb(191,232,238); }
H1.HeaderClassName
{
color: #BFE8EE;
}
.AnyTagClassName
{
color: #BFE8EE;
}
</style>
background-color css
<style>
a { background-color: #BFE8EE; }
a { background-color: rgb(191,232,238); }
div.DivClassName
{
background-color: #BFE8EE;
}
.BgClassName
{
background-color: #BFE8EE;
}
</style>
border-color css
<style>
span { border-color: #BFE8EE; }
span { border-color: rgb(191,232,238); }
td.TdClassName
{
border-color: #BFE8EE;
}
.TagClassName
{
border-color: #BFE8EE;
}
</style>