Shades of Onahau #BFE7ED
Tints of Onahau #BFE7ED
RGB
CMYK
RGB Variations
Color information
#BFE7ED (or 0xBFE7ED) is known color: Onahau. HEX triplet: BF, E7 and ED. RGB value is (191,231,237). Sum of RGB (Red+Green+Blue) = 191+231+237=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 231 (90.62% from 255 or 35.05% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFE7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE7ED is #401812. Grayscale: #DBDBDB. Windows color (decimal): -4200467 or 15591359. OLE color: 15591359.
HSL color Cylindrical-coordinate representation of color #BFE7ED: hue angle of 187.83º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFE7ED is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 231 | 237 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.07 |
| HSL | 187.83º | 0.56% | 0.84% | - |
| HSV(B) | 187.83º | 0.19% | 0.93% | - |
| XYZ | 65.35 | 74.34 | 91.03 | - |
| YUV | 219.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 237 | 0.19 | 0.03 | 0 | 0.07 | 187.83 | 0.56 | 0.84 |
| Hex | BF | E7 | ED | 13 | 3 | 0 | 7 | BC | 38 | 54 |
| Octal | 277 | 347 | 355 | 23 | 3 | 0 | 7 | 274 | 70 | 124 |
| Binary | 10111111 | 11100111 | 11101101 | 10011 | 11 | 0 | 111 | 10111100 | 111000 | 1010100 |
Color Harmonies of #BFE7ED
Complementary color
Monochromatic Colors of #BFE7ED
Black with #BFE7ED
Text Example
Text Example
White with #BFE7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE7ED; }
p { color: rgb(191,231,237); }
H1.HeaderClassName
{
color: #BFE7ED;
}
.AnyTagClassName
{
color: #BFE7ED;
}
</style>
background-color css
<style>
a { background-color: #BFE7ED; }
a { background-color: rgb(191,231,237); }
div.DivClassName
{
background-color: #BFE7ED;
}
.BgClassName
{
background-color: #BFE7ED;
}
</style>
border-color css
<style>
span { border-color: #BFE7ED; }
span { border-color: rgb(191,231,237); }
td.TdClassName
{
border-color: #BFE7ED;
}
.TagClassName
{
border-color: #BFE7ED;
}
</style>