Shades of Onahau #BFECFA
Tints of Onahau #BFECFA
RGB
CMYK
RGB Variations
Color information
#BFECFA (or 0xBFECFA) is known color: Onahau. HEX triplet: BF, EC and FA. RGB value is (191,236,250). Sum of RGB (Red+Green+Blue) = 191+236+250=677 (89% of max value = 765). Red value is 191 (75% from 255 or 28.21% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFECFA is #401305. Grayscale: #E0E0E0. Windows color (decimal): -4199174 or 16444607. OLE color: 16444607.
HSL color Cylindrical-coordinate representation of color #BFECFA: hue angle of 194.24º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFECFA is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 236 | 250 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.02 |
| HSL | 194.24º | 0.86% | 0.86% | - |
| HSV(B) | 194.24º | 0.24% | 0.98% | - |
| XYZ | 68.74 | 77.97 | 101.87 | - |
| YUV | 224.14 | 142.59 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 250 | 0.24 | 0.06 | 0 | 0.02 | 194.24 | 0.86 | 0.86 |
| Hex | BF | EC | FA | 18 | 6 | 0 | 2 | C2 | 56 | 56 |
| Octal | 277 | 354 | 372 | 30 | 6 | 0 | 2 | 302 | 126 | 126 |
| Binary | 10111111 | 11101100 | 11111010 | 11000 | 110 | 0 | 10 | 11000010 | 1010110 | 1010110 |
Color Harmonies of #BFECFA
Complementary color
Monochromatic Colors of #BFECFA
Black with #BFECFA
Text Example
Text Example
White with #BFECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECFA; }
p { color: rgb(191,236,250); }
H1.HeaderClassName
{
color: #BFECFA;
}
.AnyTagClassName
{
color: #BFECFA;
}
</style>
background-color css
<style>
a { background-color: #BFECFA; }
a { background-color: rgb(191,236,250); }
div.DivClassName
{
background-color: #BFECFA;
}
.BgClassName
{
background-color: #BFECFA;
}
</style>
border-color css
<style>
span { border-color: #BFECFA; }
span { border-color: rgb(191,236,250); }
td.TdClassName
{
border-color: #BFECFA;
}
.TagClassName
{
border-color: #BFECFA;
}
</style>