Shades of French Grey #B8AFC4
Tints of French Grey #B8AFC4
RGB
CMYK
RGB Variations
Color information
#B8AFC4 (or 0xB8AFC4) is known color: French Grey. HEX triplet: B8, AF and C4. RGB value is (184,175,196). Sum of RGB (Red+Green+Blue) = 184+175+196=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 196 - color contains mainly: blue. Hex color #B8AFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFC4 is #47503B. Grayscale: #B4B4B4. Windows color (decimal): -4673596 or 12890040. OLE color: 12890040.
HSL color Cylindrical-coordinate representation of color #B8AFC4: hue angle of 265.71º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8AFC4 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 175 | 196 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.23 |
| HSL | 265.71º | 0.15% | 0.73% | - |
| HSV(B) | 265.71º | 0.11% | 0.77% | - |
| XYZ | 45.06 | 44.84 | 58.5 | - |
| YUV | 180.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 196 | 0.06 | 0.11 | 0 | 0.23 | 265.71 | 0.15 | 0.73 |
| Hex | B8 | AF | C4 | 6 | B | 0 | 17 | 10A | F | 49 |
| Octal | 270 | 257 | 304 | 6 | 13 | 0 | 27 | 412 | 17 | 111 |
| Binary | 10111000 | 10101111 | 11000100 | 110 | 1011 | 0 | 10111 | 100001010 | 1111 | 1001001 |
Color Harmonies of #B8AFC4
Complementary color
Monochromatic Colors of #B8AFC4
Black with #B8AFC4
Text Example
Text Example
White with #B8AFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AFC4; }
p { color: rgb(184,175,196); }
H1.HeaderClassName
{
color: #B8AFC4;
}
.AnyTagClassName
{
color: #B8AFC4;
}
</style>
background-color css
<style>
a { background-color: #B8AFC4; }
a { background-color: rgb(184,175,196); }
div.DivClassName
{
background-color: #B8AFC4;
}
.BgClassName
{
background-color: #B8AFC4;
}
</style>
border-color css
<style>
span { border-color: #B8AFC4; }
span { border-color: rgb(184,175,196); }
td.TdClassName
{
border-color: #B8AFC4;
}
.TagClassName
{
border-color: #B8AFC4;
}
</style>