Shades of Onahau #BFE2EE
Tints of Onahau #BFE2EE
RGB
CMYK
RGB Variations
Color information
#BFE2EE (or 0xBFE2EE) is known color: Onahau. HEX triplet: BF, E2 and EE. RGB value is (191,226,238). Sum of RGB (Red+Green+Blue) = 191+226+238=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE2EE is #401D11. Grayscale: #D8D8D8. Windows color (decimal): -4201746 or 15655615. OLE color: 15655615.
HSL color Cylindrical-coordinate representation of color #BFE2EE: hue angle of 195.32º 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 #BFE2EE is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 226 | 238 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.07 |
| HSL | 195.32º | 0.58% | 0.84% | - |
| HSV(B) | 195.32º | 0.2% | 0.93% | - |
| XYZ | 64.11 | 71.64 | 91.34 | - |
| YUV | 216.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 238 | 0.20 | 0.05 | 0 | 0.07 | 195.32 | 0.58 | 0.84 |
| Hex | BF | E2 | EE | 14 | 5 | 0 | 7 | C3 | 3A | 54 |
| Octal | 277 | 342 | 356 | 24 | 5 | 0 | 7 | 303 | 72 | 124 |
| Binary | 10111111 | 11100010 | 11101110 | 10100 | 101 | 0 | 111 | 11000011 | 111010 | 1010100 |
Color Harmonies of #BFE2EE
Complementary color
Monochromatic Colors of #BFE2EE
Black with #BFE2EE
Text Example
Text Example
White with #BFE2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2EE; }
p { color: rgb(191,226,238); }
H1.HeaderClassName
{
color: #BFE2EE;
}
.AnyTagClassName
{
color: #BFE2EE;
}
</style>
background-color css
<style>
a { background-color: #BFE2EE; }
a { background-color: rgb(191,226,238); }
div.DivClassName
{
background-color: #BFE2EE;
}
.BgClassName
{
background-color: #BFE2EE;
}
</style>
border-color css
<style>
span { border-color: #BFE2EE; }
span { border-color: rgb(191,226,238); }
td.TdClassName
{
border-color: #BFE2EE;
}
.TagClassName
{
border-color: #BFE2EE;
}
</style>