Shades of Onahau #BFE2E6
Tints of Onahau #BFE2E6
RGB
CMYK
RGB Variations
Color information
#BFE2E6 (or 0xBFE2E6) is known color: Onahau. HEX triplet: BF, E2 and E6. RGB value is (191,226,230). Sum of RGB (Red+Green+Blue) = 191+226+230=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFE2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE2E6 is #401D19. Grayscale: #D7D7D7. Windows color (decimal): -4201754 or 15131327. OLE color: 15131327.
HSL color Cylindrical-coordinate representation of color #BFE2E6: hue angle of 186.15º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE2E6 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 226 | 230 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.10 |
| HSL | 186.15º | 0.44% | 0.83% | - |
| HSV(B) | 186.15º | 0.17% | 0.9% | - |
| XYZ | 62.97 | 71.18 | 85.28 | - |
| YUV | 215.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 230 | 0.17 | 0.02 | 0 | 0.10 | 186.15 | 0.44 | 0.83 |
| Hex | BF | E2 | E6 | 11 | 2 | 0 | A | BA | 2C | 53 |
| Octal | 277 | 342 | 346 | 21 | 2 | 0 | 12 | 272 | 54 | 123 |
| Binary | 10111111 | 11100010 | 11100110 | 10001 | 10 | 0 | 1010 | 10111010 | 101100 | 1010011 |
Color Harmonies of #BFE2E6
Complementary color
Monochromatic Colors of #BFE2E6
Black with #BFE2E6
Text Example
Text Example
White with #BFE2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2E6; }
p { color: rgb(191,226,230); }
H1.HeaderClassName
{
color: #BFE2E6;
}
.AnyTagClassName
{
color: #BFE2E6;
}
</style>
background-color css
<style>
a { background-color: #BFE2E6; }
a { background-color: rgb(191,226,230); }
div.DivClassName
{
background-color: #BFE2E6;
}
.BgClassName
{
background-color: #BFE2E6;
}
</style>
border-color css
<style>
span { border-color: #BFE2E6; }
span { border-color: rgb(191,226,230); }
td.TdClassName
{
border-color: #BFE2E6;
}
.TagClassName
{
border-color: #BFE2E6;
}
</style>