Shades of Onahau #BFE1EF
Tints of Onahau #BFE1EF
RGB
CMYK
RGB Variations
Color information
#BFE1EF (or 0xBFE1EF) is known color: Onahau. HEX triplet: BF, E1 and EF. RGB value is (191,225,239). Sum of RGB (Red+Green+Blue) = 191+225+239=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFE1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1EF is #401E10. Grayscale: #D8D8D8. Windows color (decimal): -4202001 or 15720895. OLE color: 15720895.
HSL color Cylindrical-coordinate representation of color #BFE1EF: hue angle of 197.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFE1EF is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 225 | 239 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.06 |
| HSL | 197.5º | 0.6% | 0.84% | - |
| HSV(B) | 197.5º | 0.2% | 0.94% | - |
| XYZ | 63.99 | 71.16 | 92.02 | - |
| YUV | 216.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 239 | 0.20 | 0.06 | 0 | 0.06 | 197.5 | 0.6 | 0.84 |
| Hex | BF | E1 | EF | 14 | 6 | 0 | 6 | C6 | 3C | 54 |
| Octal | 277 | 341 | 357 | 24 | 6 | 0 | 6 | 306 | 74 | 124 |
| Binary | 10111111 | 11100001 | 11101111 | 10100 | 110 | 0 | 110 | 11000110 | 111100 | 1010100 |
Color Harmonies of #BFE1EF
Complementary color
Monochromatic Colors of #BFE1EF
Black with #BFE1EF
Text Example
Text Example
White with #BFE1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE1EF; }
p { color: rgb(191,225,239); }
H1.HeaderClassName
{
color: #BFE1EF;
}
.AnyTagClassName
{
color: #BFE1EF;
}
</style>
background-color css
<style>
a { background-color: #BFE1EF; }
a { background-color: rgb(191,225,239); }
div.DivClassName
{
background-color: #BFE1EF;
}
.BgClassName
{
background-color: #BFE1EF;
}
</style>
border-color css
<style>
span { border-color: #BFE1EF; }
span { border-color: rgb(191,225,239); }
td.TdClassName
{
border-color: #BFE1EF;
}
.TagClassName
{
border-color: #BFE1EF;
}
</style>