Shades of French Grey #BEAFC9
Tints of French Grey #BEAFC9
RGB
CMYK
RGB Variations
Color information
#BEAFC9 (or 0xBEAFC9) is known color: French Grey. HEX triplet: BE, AF and C9. RGB value is (190,175,201). Sum of RGB (Red+Green+Blue) = 190+175+201=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEAFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFC9 is #415036. Grayscale: #B6B6B6. Windows color (decimal): -4280375 or 13217726. OLE color: 13217726.
HSL color Cylindrical-coordinate representation of color #BEAFC9: hue angle of 274.62º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEAFC9 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 175 | 201 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.21 |
| HSL | 274.62º | 0.19% | 0.74% | - |
| HSV(B) | 274.62º | 0.13% | 0.79% | - |
| XYZ | 47.11 | 45.82 | 61.62 | - |
| YUV | 182.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 175 | 201 | 0.05 | 0.13 | 0 | 0.21 | 274.62 | 0.19 | 0.74 |
| Hex | BE | AF | C9 | 5 | D | 0 | 15 | 113 | 13 | 4A |
| Octal | 276 | 257 | 311 | 5 | 15 | 0 | 25 | 423 | 23 | 112 |
| Binary | 10111110 | 10101111 | 11001001 | 101 | 1101 | 0 | 10101 | 100010011 | 10011 | 1001010 |
Color Harmonies of #BEAFC9
Complementary color
Monochromatic Colors of #BEAFC9
Black with #BEAFC9
Text Example
Text Example
White with #BEAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAFC9; }
p { color: rgb(190,175,201); }
H1.HeaderClassName
{
color: #BEAFC9;
}
.AnyTagClassName
{
color: #BEAFC9;
}
</style>
background-color css
<style>
a { background-color: #BEAFC9; }
a { background-color: rgb(190,175,201); }
div.DivClassName
{
background-color: #BEAFC9;
}
.BgClassName
{
background-color: #BEAFC9;
}
</style>
border-color css
<style>
span { border-color: #BEAFC9; }
span { border-color: rgb(190,175,201); }
td.TdClassName
{
border-color: #BEAFC9;
}
.TagClassName
{
border-color: #BEAFC9;
}
</style>