Shades of Onahau #BFE6EF
Tints of Onahau #BFE6EF
RGB
CMYK
RGB Variations
Color information
#BFE6EF (or 0xBFE6EF) is known color: Onahau. HEX triplet: BF, E6 and EF. RGB value is (191,230,239). Sum of RGB (Red+Green+Blue) = 191+230+239=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 230 (90.23% from 255 or 34.85% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFE6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE6EF is #401910. Grayscale: #DBDBDB. Windows color (decimal): -4200721 or 15722175. OLE color: 15722175.
HSL color Cylindrical-coordinate representation of color #BFE6EF: hue angle of 191.25º 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 #BFE6EF is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 230 | 239 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.06 |
| HSL | 191.25º | 0.6% | 0.84% | - |
| HSV(B) | 191.25º | 0.2% | 0.94% | - |
| XYZ | 65.36 | 73.9 | 92.48 | - |
| YUV | 219.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 239 | 0.20 | 0.04 | 0 | 0.06 | 191.25 | 0.6 | 0.84 |
| Hex | BF | E6 | EF | 14 | 4 | 0 | 6 | BF | 3C | 54 |
| Octal | 277 | 346 | 357 | 24 | 4 | 0 | 6 | 277 | 74 | 124 |
| Binary | 10111111 | 11100110 | 11101111 | 10100 | 100 | 0 | 110 | 10111111 | 111100 | 1010100 |
Color Harmonies of #BFE6EF
Complementary color
Monochromatic Colors of #BFE6EF
Black with #BFE6EF
Text Example
Text Example
White with #BFE6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE6EF; }
p { color: rgb(191,230,239); }
H1.HeaderClassName
{
color: #BFE6EF;
}
.AnyTagClassName
{
color: #BFE6EF;
}
</style>
background-color css
<style>
a { background-color: #BFE6EF; }
a { background-color: rgb(191,230,239); }
div.DivClassName
{
background-color: #BFE6EF;
}
.BgClassName
{
background-color: #BFE6EF;
}
</style>
border-color css
<style>
span { border-color: #BFE6EF; }
span { border-color: rgb(191,230,239); }
td.TdClassName
{
border-color: #BFE6EF;
}
.TagClassName
{
border-color: #BFE6EF;
}
</style>