Shades of Onahau #BFEDFF
Tints of Onahau #BFEDFF
RGB
CMYK
RGB Variations
Color information
#BFEDFF (or 0xBFEDFF) is known color: Onahau. HEX triplet: BF, ED and FF. RGB value is (191,237,255). Sum of RGB (Red+Green+Blue) = 191+237+255=683 (90% of max value = 765). Red value is 191 (75% from 255 or 27.96% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFEDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEDFF is #401200. Grayscale: #E1E1E1. Windows color (decimal): -4198913 or 16772543. OLE color: 16772543.
HSL color Cylindrical-coordinate representation of color #BFEDFF: hue angle of 196.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFEDFF is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 237 | 255 | - |
| CMYK | 0.25 | 0.07 | 0 | 0 |
| HSL | 196.88º | 1% | 0.87% | - |
| HSV(B) | 196.88º | 0.25% | 1% | - |
| XYZ | 69.82 | 78.86 | 106.15 | - |
| YUV | 225.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 255 | 0.25 | 0.07 | 0 | 0 | 196.88 | 1 | 0.87 |
| Hex | BF | ED | FF | 19 | 7 | 0 | 0 | C5 | 64 | 57 |
| Octal | 277 | 355 | 377 | 31 | 7 | 0 | 0 | 305 | 144 | 127 |
| Binary | 10111111 | 11101101 | 11111111 | 11001 | 111 | 0 | 0 | 11000101 | 1100100 | 1010111 |
Color Harmonies of #BFEDFF
Complementary color
Monochromatic Colors of #BFEDFF
Black with #BFEDFF
Text Example
Text Example
White with #BFEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDFF; }
p { color: rgb(191,237,255); }
H1.HeaderClassName
{
color: #BFEDFF;
}
.AnyTagClassName
{
color: #BFEDFF;
}
</style>
background-color css
<style>
a { background-color: #BFEDFF; }
a { background-color: rgb(191,237,255); }
div.DivClassName
{
background-color: #BFEDFF;
}
.BgClassName
{
background-color: #BFEDFF;
}
</style>
border-color css
<style>
span { border-color: #BFEDFF; }
span { border-color: rgb(191,237,255); }
td.TdClassName
{
border-color: #BFEDFF;
}
.TagClassName
{
border-color: #BFEDFF;
}
</style>