Shades of Onahau #BFE7EE
Tints of Onahau #BFE7EE
RGB
CMYK
RGB Variations
Color information
#BFE7EE (or 0xBFE7EE) is known color: Onahau. HEX triplet: BF, E7 and EE. RGB value is (191,231,238). Sum of RGB (Red+Green+Blue) = 191+231+238=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFE7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE7EE is #401811. Grayscale: #DBDBDB. Windows color (decimal): -4200466 or 15656895. OLE color: 15656895.
HSL color Cylindrical-coordinate representation of color #BFE7EE: hue angle of 188.94º 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 #BFE7EE is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 231 | 238 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.07 |
| HSL | 188.94º | 0.58% | 0.84% | - |
| HSV(B) | 188.94º | 0.2% | 0.93% | - |
| XYZ | 65.49 | 74.4 | 91.8 | - |
| YUV | 219.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 238 | 0.20 | 0.03 | 0 | 0.07 | 188.94 | 0.58 | 0.84 |
| Hex | BF | E7 | EE | 14 | 3 | 0 | 7 | BD | 3A | 54 |
| Octal | 277 | 347 | 356 | 24 | 3 | 0 | 7 | 275 | 72 | 124 |
| Binary | 10111111 | 11100111 | 11101110 | 10100 | 11 | 0 | 111 | 10111101 | 111010 | 1010100 |
Color Harmonies of #BFE7EE
Complementary color
Monochromatic Colors of #BFE7EE
Black with #BFE7EE
Text Example
Text Example
White with #BFE7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE7EE; }
p { color: rgb(191,231,238); }
H1.HeaderClassName
{
color: #BFE7EE;
}
.AnyTagClassName
{
color: #BFE7EE;
}
</style>
background-color css
<style>
a { background-color: #BFE7EE; }
a { background-color: rgb(191,231,238); }
div.DivClassName
{
background-color: #BFE7EE;
}
.BgClassName
{
background-color: #BFE7EE;
}
</style>
border-color css
<style>
span { border-color: #BFE7EE; }
span { border-color: rgb(191,231,238); }
td.TdClassName
{
border-color: #BFE7EE;
}
.TagClassName
{
border-color: #BFE7EE;
}
</style>