Shades of Onahau #BFE1EC
Tints of Onahau #BFE1EC
RGB
CMYK
RGB Variations
Color information
#BFE1EC (or 0xBFE1EC) is known color: Onahau. HEX triplet: BF, E1 and EC. RGB value is (191,225,236). Sum of RGB (Red+Green+Blue) = 191+225+236=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1EC is #401E13. Grayscale: #D8D8D8. Windows color (decimal): -4202004 or 15524287. OLE color: 15524287.
HSL color Cylindrical-coordinate representation of color #BFE1EC: hue angle of 194.67º degrees, saturation: 0.54, 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 #BFE1EC is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 225 | 236 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.07 |
| HSL | 194.67º | 0.54% | 0.84% | - |
| HSV(B) | 194.67º | 0.19% | 0.93% | - |
| XYZ | 63.55 | 70.98 | 89.71 | - |
| YUV | 216.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 236 | 0.19 | 0.05 | 0 | 0.07 | 194.67 | 0.54 | 0.84 |
| Hex | BF | E1 | EC | 13 | 5 | 0 | 7 | C3 | 36 | 54 |
| Octal | 277 | 341 | 354 | 23 | 5 | 0 | 7 | 303 | 66 | 124 |
| Binary | 10111111 | 11100001 | 11101100 | 10011 | 101 | 0 | 111 | 11000011 | 110110 | 1010100 |
Color Harmonies of #BFE1EC
Complementary color
Monochromatic Colors of #BFE1EC
Black with #BFE1EC
Text Example
Text Example
White with #BFE1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE1EC; }
p { color: rgb(191,225,236); }
H1.HeaderClassName
{
color: #BFE1EC;
}
.AnyTagClassName
{
color: #BFE1EC;
}
</style>
background-color css
<style>
a { background-color: #BFE1EC; }
a { background-color: rgb(191,225,236); }
div.DivClassName
{
background-color: #BFE1EC;
}
.BgClassName
{
background-color: #BFE1EC;
}
</style>
border-color css
<style>
span { border-color: #BFE1EC; }
span { border-color: rgb(191,225,236); }
td.TdClassName
{
border-color: #BFE1EC;
}
.TagClassName
{
border-color: #BFE1EC;
}
</style>