Shades of Onahau #BFE2E8
Tints of Onahau #BFE2E8
RGB
CMYK
RGB Variations
Color information
#BFE2E8 (or 0xBFE2E8) is known color: Onahau. HEX triplet: BF, E2 and E8. RGB value is (191,226,232). Sum of RGB (Red+Green+Blue) = 191+226+232=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFE2E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE2E8 is #401D17. Grayscale: #D8D8D8. Windows color (decimal): -4201752 or 15262399. OLE color: 15262399.
HSL color Cylindrical-coordinate representation of color #BFE2E8: hue angle of 188.78º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE2E8 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 226 | 232 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.09 |
| HSL | 188.78º | 0.47% | 0.83% | - |
| HSV(B) | 188.78º | 0.18% | 0.91% | - |
| XYZ | 63.25 | 71.3 | 86.77 | - |
| YUV | 216.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 232 | 0.18 | 0.03 | 0 | 0.09 | 188.78 | 0.47 | 0.83 |
| Hex | BF | E2 | E8 | 12 | 3 | 0 | 9 | BD | 2F | 53 |
| Octal | 277 | 342 | 350 | 22 | 3 | 0 | 11 | 275 | 57 | 123 |
| Binary | 10111111 | 11100010 | 11101000 | 10010 | 11 | 0 | 1001 | 10111101 | 101111 | 1010011 |
Color Harmonies of #BFE2E8
Complementary color
Monochromatic Colors of #BFE2E8
Black with #BFE2E8
Text Example
Text Example
White with #BFE2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2E8; }
p { color: rgb(191,226,232); }
H1.HeaderClassName
{
color: #BFE2E8;
}
.AnyTagClassName
{
color: #BFE2E8;
}
</style>
background-color css
<style>
a { background-color: #BFE2E8; }
a { background-color: rgb(191,226,232); }
div.DivClassName
{
background-color: #BFE2E8;
}
.BgClassName
{
background-color: #BFE2E8;
}
</style>
border-color css
<style>
span { border-color: #BFE2E8; }
span { border-color: rgb(191,226,232); }
td.TdClassName
{
border-color: #BFE2E8;
}
.TagClassName
{
border-color: #BFE2E8;
}
</style>