Shades of Onahau #BFEDFE
Tints of Onahau #BFEDFE
RGB
CMYK
RGB Variations
Color information
#BFEDFE (or 0xBFEDFE) is known color: Onahau. HEX triplet: BF, ED and FE. RGB value is (191,237,254). Sum of RGB (Red+Green+Blue) = 191+237+254=682 (90% of max value = 765). Red value is 191 (75% from 255 or 28.01% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFEDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEDFE is #401201. Grayscale: #E1E1E1. Windows color (decimal): -4198914 or 16707007. OLE color: 16707007.
HSL color Cylindrical-coordinate representation of color #BFEDFE: hue angle of 196.19º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFEDFE is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 237 | 254 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.00 |
| HSL | 196.19º | 0.97% | 0.87% | - |
| HSV(B) | 196.19º | 0.25% | 1% | - |
| XYZ | 69.66 | 78.8 | 105.3 | - |
| YUV | 225.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 254 | 0.25 | 0.07 | 0 | 0.00 | 196.19 | 0.97 | 0.87 |
| Hex | BF | ED | FE | 19 | 7 | 0 | 0 | C4 | 61 | 57 |
| Octal | 277 | 355 | 376 | 31 | 7 | 0 | 0 | 304 | 141 | 127 |
| Binary | 10111111 | 11101101 | 11111110 | 11001 | 111 | 0 | 0 | 11000100 | 1100001 | 1010111 |
Color Harmonies of #BFEDFE
Complementary color
Monochromatic Colors of #BFEDFE
Black with #BFEDFE
Text Example
Text Example
White with #BFEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDFE; }
p { color: rgb(191,237,254); }
H1.HeaderClassName
{
color: #BFEDFE;
}
.AnyTagClassName
{
color: #BFEDFE;
}
</style>
background-color css
<style>
a { background-color: #BFEDFE; }
a { background-color: rgb(191,237,254); }
div.DivClassName
{
background-color: #BFEDFE;
}
.BgClassName
{
background-color: #BFEDFE;
}
</style>
border-color css
<style>
span { border-color: #BFEDFE; }
span { border-color: rgb(191,237,254); }
td.TdClassName
{
border-color: #BFEDFE;
}
.TagClassName
{
border-color: #BFEDFE;
}
</style>