Shades of Onahau #BFECF4
Tints of Onahau #BFECF4
RGB
CMYK
RGB Variations
Color information
#BFECF4 (or 0xBFECF4) is known color: Onahau. HEX triplet: BF, EC and F4. RGB value is (191,236,244). Sum of RGB (Red+Green+Blue) = 191+236+244=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 244 (95.70% from 255 or 36.36% from 671); Max value from RGB is 244 - color contains mainly: blue. Hex color #BFECF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFECF4 is #40130B. Grayscale: #DFDFDF. Windows color (decimal): -4199180 or 16051391. OLE color: 16051391.
HSL color Cylindrical-coordinate representation of color #BFECF4: hue angle of 189.06º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFECF4 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 236 | 244 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.04 |
| HSL | 189.06º | 0.71% | 0.85% | - |
| HSV(B) | 189.06º | 0.22% | 0.96% | - |
| XYZ | 67.81 | 77.6 | 96.99 | - |
| YUV | 223.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 244 | 0.22 | 0.03 | 0 | 0.04 | 189.06 | 0.71 | 0.85 |
| Hex | BF | EC | F4 | 16 | 3 | 0 | 4 | BD | 47 | 55 |
| Octal | 277 | 354 | 364 | 26 | 3 | 0 | 4 | 275 | 107 | 125 |
| Binary | 10111111 | 11101100 | 11110100 | 10110 | 11 | 0 | 100 | 10111101 | 1000111 | 1010101 |
Color Harmonies of #BFECF4
Complementary color
Monochromatic Colors of #BFECF4
Black with #BFECF4
Text Example
Text Example
White with #BFECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECF4; }
p { color: rgb(191,236,244); }
H1.HeaderClassName
{
color: #BFECF4;
}
.AnyTagClassName
{
color: #BFECF4;
}
</style>
background-color css
<style>
a { background-color: #BFECF4; }
a { background-color: rgb(191,236,244); }
div.DivClassName
{
background-color: #BFECF4;
}
.BgClassName
{
background-color: #BFECF4;
}
</style>
border-color css
<style>
span { border-color: #BFECF4; }
span { border-color: rgb(191,236,244); }
td.TdClassName
{
border-color: #BFECF4;
}
.TagClassName
{
border-color: #BFECF4;
}
</style>