Shades of French Grey #B9AFC4
Tints of French Grey #B9AFC4
RGB
CMYK
RGB Variations
Color information
#B9AFC4 (or 0xB9AFC4) is known color: French Grey. HEX triplet: B9, AF and C4. RGB value is (185,175,196). Sum of RGB (Red+Green+Blue) = 185+175+196=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 196 - color contains mainly: blue. Hex color #B9AFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFC4 is #46503B. Grayscale: #B4B4B4. Windows color (decimal): -4608060 or 12890041. OLE color: 12890041.
HSL color Cylindrical-coordinate representation of color #B9AFC4: hue angle of 268.57º 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 #B9AFC4 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 185 | 175 | 196 | - |
CMYK | 0.06 | 0.11 | 0 | 0.23 |
HSL | 268.57º | 0.15% | 0.73% | - |
HSV(B) | 268.57º | 0.11% | 0.77% | - |
XYZ | 45.3 | 44.96 | 58.52 | - |
YUV | 180.38 | 136.81 | 131.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 175 | 196 | 0.06 | 0.11 | 0 | 0.23 | 268.57 | 0.15 | 0.73 |
Hex | B9 | AF | C4 | 6 | B | 0 | 17 | 10D | F | 49 |
Octal | 271 | 257 | 304 | 6 | 13 | 0 | 27 | 415 | 17 | 111 |
Binary | 10111001 | 10101111 | 11000100 | 110 | 1011 | 0 | 10111 | 100001101 | 1111 | 1001001 |
Color Harmonies of #B9AFC4
Complementary color
Monochromatic Colors of #B9AFC4
Black with #B9AFC4
Text Example
Text Example
White with #B9AFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AFC4; }
p { color: rgb(185,175,196); }
H1.HeaderClassName
{
color: #B9AFC4;
}
.AnyTagClassName
{
color: #B9AFC4;
}
</style>
background-color css
<style>
a { background-color: #B9AFC4; }
a { background-color: rgb(185,175,196); }
div.DivClassName
{
background-color: #B9AFC4;
}
.BgClassName
{
background-color: #B9AFC4;
}
</style>
border-color css
<style>
span { border-color: #B9AFC4; }
span { border-color: rgb(185,175,196); }
td.TdClassName
{
border-color: #B9AFC4;
}
.TagClassName
{
border-color: #B9AFC4;
}
</style>