Shades of Onahau #BFE5EF
Tints of Onahau #BFE5EF
RGB
CMYK
RGB Variations
Color information
#BFE5EF (or 0xBFE5EF) is known color: Onahau. HEX triplet: BF, E5 and EF. RGB value is (191,229,239). Sum of RGB (Red+Green+Blue) = 191+229+239=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 229 (89.84% from 255 or 34.75% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE5EF is #401A10. Grayscale: #DADADA. Windows color (decimal): -4200977 or 15721919. OLE color: 15721919.
HSL color Cylindrical-coordinate representation of color #BFE5EF: hue angle of 192.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 #BFE5EF is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 229 | 239 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.06 |
| HSL | 192.5º | 0.6% | 0.84% | - |
| HSV(B) | 192.5º | 0.2% | 0.94% | - |
| XYZ | 65.09 | 73.35 | 92.39 | - |
| YUV | 218.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 239 | 0.20 | 0.04 | 0 | 0.06 | 192.5 | 0.6 | 0.84 |
| Hex | BF | E5 | EF | 14 | 4 | 0 | 6 | C0 | 3C | 54 |
| Octal | 277 | 345 | 357 | 24 | 4 | 0 | 6 | 300 | 74 | 124 |
| Binary | 10111111 | 11100101 | 11101111 | 10100 | 100 | 0 | 110 | 11000000 | 111100 | 1010100 |
Color Harmonies of #BFE5EF
Complementary color
Monochromatic Colors of #BFE5EF
Black with #BFE5EF
Text Example
Text Example
White with #BFE5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE5EF; }
p { color: rgb(191,229,239); }
H1.HeaderClassName
{
color: #BFE5EF;
}
.AnyTagClassName
{
color: #BFE5EF;
}
</style>
background-color css
<style>
a { background-color: #BFE5EF; }
a { background-color: rgb(191,229,239); }
div.DivClassName
{
background-color: #BFE5EF;
}
.BgClassName
{
background-color: #BFE5EF;
}
</style>
border-color css
<style>
span { border-color: #BFE5EF; }
span { border-color: rgb(191,229,239); }
td.TdClassName
{
border-color: #BFE5EF;
}
.TagClassName
{
border-color: #BFE5EF;
}
</style>