Shades of Onahau #BFE3E4
Tints of Onahau #BFE3E4
RGB
CMYK
RGB Variations
Color information
#BFE3E4 (or 0xBFE3E4) is known color: Onahau. HEX triplet: BF, E3 and E4. RGB value is (191,227,228). Sum of RGB (Red+Green+Blue) = 191+227+228=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 227 (89.06% from 255 or 35.14% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFE3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3E4 is #401C1B. Grayscale: #D8D8D8. Windows color (decimal): -4201500 or 15000511. OLE color: 15000511.
HSL color Cylindrical-coordinate representation of color #BFE3E4: hue angle of 181.62º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE3E4 is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 228 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.11 |
| HSL | 181.62º | 0.41% | 0.82% | - |
| HSV(B) | 181.62º | 0.16% | 0.89% | - |
| XYZ | 62.96 | 71.62 | 83.9 | - |
| YUV | 216.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 228 | 0.16 | 0.00 | 0 | 0.11 | 181.62 | 0.41 | 0.82 |
| Hex | BF | E3 | E4 | 10 | 0 | 0 | B | B6 | 29 | 52 |
| Octal | 277 | 343 | 344 | 20 | 0 | 0 | 13 | 266 | 51 | 122 |
| Binary | 10111111 | 11100011 | 11100100 | 10000 | 0 | 0 | 1011 | 10110110 | 101001 | 1010010 |
Color Harmonies of #BFE3E4
Complementary color
Monochromatic Colors of #BFE3E4
Black with #BFE3E4
Text Example
Text Example
White with #BFE3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3E4; }
p { color: rgb(191,227,228); }
H1.HeaderClassName
{
color: #BFE3E4;
}
.AnyTagClassName
{
color: #BFE3E4;
}
</style>
background-color css
<style>
a { background-color: #BFE3E4; }
a { background-color: rgb(191,227,228); }
div.DivClassName
{
background-color: #BFE3E4;
}
.BgClassName
{
background-color: #BFE3E4;
}
</style>
border-color css
<style>
span { border-color: #BFE3E4; }
span { border-color: rgb(191,227,228); }
td.TdClassName
{
border-color: #BFE3E4;
}
.TagClassName
{
border-color: #BFE3E4;
}
</style>