Shades of Onahau #BFE2E9
Tints of Onahau #BFE2E9
RGB
CMYK
RGB Variations
Color information
#BFE2E9 (or 0xBFE2E9) is known color: Onahau. HEX triplet: BF, E2 and E9. RGB value is (191,226,233). Sum of RGB (Red+Green+Blue) = 191+226+233=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFE2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE2E9 is #401D16. Grayscale: #D8D8D8. Windows color (decimal): -4201751 or 15327935. OLE color: 15327935.
HSL color Cylindrical-coordinate representation of color #BFE2E9: hue angle of 190º degrees, saturation: 0.49, 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 #BFE2E9 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 226 | 233 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.09 |
| HSL | 190º | 0.49% | 0.83% | - |
| HSV(B) | 190º | 0.18% | 0.91% | - |
| XYZ | 63.39 | 71.35 | 87.52 | - |
| YUV | 216.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 233 | 0.18 | 0.03 | 0 | 0.09 | 190 | 0.49 | 0.83 |
| Hex | BF | E2 | E9 | 12 | 3 | 0 | 9 | BE | 31 | 53 |
| Octal | 277 | 342 | 351 | 22 | 3 | 0 | 11 | 276 | 61 | 123 |
| Binary | 10111111 | 11100010 | 11101001 | 10010 | 11 | 0 | 1001 | 10111110 | 110001 | 1010011 |
Color Harmonies of #BFE2E9
Complementary color
Monochromatic Colors of #BFE2E9
Black with #BFE2E9
Text Example
Text Example
White with #BFE2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2E9; }
p { color: rgb(191,226,233); }
H1.HeaderClassName
{
color: #BFE2E9;
}
.AnyTagClassName
{
color: #BFE2E9;
}
</style>
background-color css
<style>
a { background-color: #BFE2E9; }
a { background-color: rgb(191,226,233); }
div.DivClassName
{
background-color: #BFE2E9;
}
.BgClassName
{
background-color: #BFE2E9;
}
</style>
border-color css
<style>
span { border-color: #BFE2E9; }
span { border-color: rgb(191,226,233); }
td.TdClassName
{
border-color: #BFE2E9;
}
.TagClassName
{
border-color: #BFE2E9;
}
</style>