Shades of Pink Flare #BEAEAF
Tints of Pink Flare #BEAEAF
RGB
CMYK
RGB Variations
Color information
#BEAEAF (or 0xBEAEAF) is known color: Pink Flare. HEX triplet: BE, AE and AF. RGB value is (190,174,175). Sum of RGB (Red+Green+Blue) = 190+174+175=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAEAF is #415150. Grayscale: #B2B2B2. Windows color (decimal): -4280657 or 11513534. OLE color: 11513534.
HSL color Cylindrical-coordinate representation of color #BEAEAF: hue angle of 356.25º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEAEAF is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 174 | 175 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.25 |
| HSL | 356.25º | 0.11% | 0.71% | - |
| HSV(B) | 356.25º | 0.08% | 0.75% | - |
| XYZ | 44.11 | 44.31 | 46.79 | - |
| YUV | 178.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 175 | 0 | 0.08 | 0.08 | 0.25 | 356.25 | 0.11 | 0.71 |
| Hex | BE | AE | AF | 0 | 8 | 8 | 19 | 164 | B | 47 |
| Octal | 276 | 256 | 257 | 0 | 10 | 10 | 31 | 544 | 13 | 107 |
| Binary | 10111110 | 10101110 | 10101111 | 0 | 1000 | 1000 | 11001 | 101100100 | 1011 | 1000111 |
Color Harmonies of #BEAEAF
Complementary color
Monochromatic Colors of #BEAEAF
Black with #BEAEAF
Text Example
Text Example
White with #BEAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAEAF; }
p { color: rgb(190,174,175); }
H1.HeaderClassName
{
color: #BEAEAF;
}
.AnyTagClassName
{
color: #BEAEAF;
}
</style>
background-color css
<style>
a { background-color: #BEAEAF; }
a { background-color: rgb(190,174,175); }
div.DivClassName
{
background-color: #BEAEAF;
}
.BgClassName
{
background-color: #BEAEAF;
}
</style>
border-color css
<style>
span { border-color: #BEAEAF; }
span { border-color: rgb(190,174,175); }
td.TdClassName
{
border-color: #BEAEAF;
}
.TagClassName
{
border-color: #BEAEAF;
}
</style>