Shades of Onahau #BFEAEC
Tints of Onahau #BFEAEC
RGB
CMYK
RGB Variations
Color information
#BFEAEC (or 0xBFEAEC) is known color: Onahau. HEX triplet: BF, EA and EC. RGB value is (191,234,236). Sum of RGB (Red+Green+Blue) = 191+234+236=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFEAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEAEC is #401513. Grayscale: #DDDDDD. Windows color (decimal): -4199700 or 15526591. OLE color: 15526591.
HSL color Cylindrical-coordinate representation of color #BFEAEC: hue angle of 182.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEAEC is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 234 | 236 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.07 |
| HSL | 182.67º | 0.54% | 0.84% | - |
| HSV(B) | 182.67º | 0.19% | 0.93% | - |
| XYZ | 66.05 | 75.98 | 90.54 | - |
| YUV | 221.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 236 | 0.19 | 0.01 | 0 | 0.07 | 182.67 | 0.54 | 0.84 |
| Hex | BF | EA | EC | 13 | 1 | 0 | 7 | B7 | 36 | 54 |
| Octal | 277 | 352 | 354 | 23 | 1 | 0 | 7 | 267 | 66 | 124 |
| Binary | 10111111 | 11101010 | 11101100 | 10011 | 1 | 0 | 111 | 10110111 | 110110 | 1010100 |
Color Harmonies of #BFEAEC
Complementary color
Monochromatic Colors of #BFEAEC
Black with #BFEAEC
Text Example
Text Example
White with #BFEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEAEC; }
p { color: rgb(191,234,236); }
H1.HeaderClassName
{
color: #BFEAEC;
}
.AnyTagClassName
{
color: #BFEAEC;
}
</style>
background-color css
<style>
a { background-color: #BFEAEC; }
a { background-color: rgb(191,234,236); }
div.DivClassName
{
background-color: #BFEAEC;
}
.BgClassName
{
background-color: #BFEAEC;
}
</style>
border-color css
<style>
span { border-color: #BFEAEC; }
span { border-color: rgb(191,234,236); }
td.TdClassName
{
border-color: #BFEAEC;
}
.TagClassName
{
border-color: #BFEAEC;
}
</style>