Shades of Onahau #BFE4E7
Tints of Onahau #BFE4E7
RGB
CMYK
RGB Variations
Color information
#BFE4E7 (or 0xBFE4E7) is known color: Onahau. HEX triplet: BF, E4 and E7. RGB value is (191,228,231). Sum of RGB (Red+Green+Blue) = 191+228+231=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFE4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE4E7 is #401B18. Grayscale: #D9D9D9. Windows color (decimal): -4201241 or 15197375. OLE color: 15197375.
HSL color Cylindrical-coordinate representation of color #BFE4E7: hue angle of 184.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE4E7 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 228 | 231 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.09 |
| HSL | 184.5º | 0.45% | 0.83% | - |
| HSV(B) | 184.5º | 0.17% | 0.91% | - |
| XYZ | 63.65 | 72.33 | 86.21 | - |
| YUV | 217.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 231 | 0.17 | 0.01 | 0 | 0.09 | 184.5 | 0.45 | 0.83 |
| Hex | BF | E4 | E7 | 11 | 1 | 0 | 9 | B8 | 2D | 53 |
| Octal | 277 | 344 | 347 | 21 | 1 | 0 | 11 | 270 | 55 | 123 |
| Binary | 10111111 | 11100100 | 11100111 | 10001 | 1 | 0 | 1001 | 10111000 | 101101 | 1010011 |
Color Harmonies of #BFE4E7
Complementary color
Monochromatic Colors of #BFE4E7
Black with #BFE4E7
Text Example
Text Example
White with #BFE4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE4E7; }
p { color: rgb(191,228,231); }
H1.HeaderClassName
{
color: #BFE4E7;
}
.AnyTagClassName
{
color: #BFE4E7;
}
</style>
background-color css
<style>
a { background-color: #BFE4E7; }
a { background-color: rgb(191,228,231); }
div.DivClassName
{
background-color: #BFE4E7;
}
.BgClassName
{
background-color: #BFE4E7;
}
</style>
border-color css
<style>
span { border-color: #BFE4E7; }
span { border-color: rgb(191,228,231); }
td.TdClassName
{
border-color: #BFE4E7;
}
.TagClassName
{
border-color: #BFE4E7;
}
</style>