Shades of French Grey #B5ACC0
Tints of French Grey #B5ACC0
RGB
CMYK
RGB Variations
Color information
#B5ACC0 (or 0xB5ACC0) is known color: French Grey. HEX triplet: B5, AC and C0. RGB value is (181,172,192). Sum of RGB (Red+Green+Blue) = 181+172+192=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 192 - color contains mainly: blue. Hex color #B5ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACC0 is #4A533F. Grayscale: #B0B0B0. Windows color (decimal): -4870976 or 12627125. OLE color: 12627125.
HSL color Cylindrical-coordinate representation of color #B5ACC0: hue angle of 267º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5ACC0 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 181 | 172 | 192 | - |
CMYK | 0.06 | 0.10 | 0 | 0.25 |
HSL | 267º | 0.14% | 0.71% | - |
HSV(B) | 267º | 0.1% | 0.75% | - |
XYZ | 43.32 | 43.13 | 55.91 | - |
YUV | 176.97 | 136.48 | 130.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 172 | 192 | 0.06 | 0.10 | 0 | 0.25 | 267 | 0.14 | 0.71 |
Hex | B5 | AC | C0 | 6 | A | 0 | 19 | 10B | E | 47 |
Octal | 265 | 254 | 300 | 6 | 12 | 0 | 31 | 413 | 16 | 107 |
Binary | 10110101 | 10101100 | 11000000 | 110 | 1010 | 0 | 11001 | 100001011 | 1110 | 1000111 |
Color Harmonies of #B5ACC0
Complementary color
Monochromatic Colors of #B5ACC0
Black with #B5ACC0
Text Example
Text Example
White with #B5ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ACC0; }
p { color: rgb(181,172,192); }
H1.HeaderClassName
{
color: #B5ACC0;
}
.AnyTagClassName
{
color: #B5ACC0;
}
</style>
background-color css
<style>
a { background-color: #B5ACC0; }
a { background-color: rgb(181,172,192); }
div.DivClassName
{
background-color: #B5ACC0;
}
.BgClassName
{
background-color: #B5ACC0;
}
</style>
border-color css
<style>
span { border-color: #B5ACC0; }
span { border-color: rgb(181,172,192); }
td.TdClassName
{
border-color: #B5ACC0;
}
.TagClassName
{
border-color: #B5ACC0;
}
</style>