Shades of French Grey #B5ACC2
Tints of French Grey #B5ACC2
RGB
CMYK
RGB Variations
Color information
#B5ACC2 (or 0xB5ACC2) is known color: French Grey. HEX triplet: B5, AC and C2. RGB value is (181,172,194). Sum of RGB (Red+Green+Blue) = 181+172+194=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 194 - color contains mainly: blue. Hex color #B5ACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACC2 is #4A533D. Grayscale: #B1B1B1. Windows color (decimal): -4870974 or 12758197. OLE color: 12758197.
HSL color Cylindrical-coordinate representation of color #B5ACC2: hue angle of 264.55º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5ACC2 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 181 | 172 | 194 | - |
CMYK | 0.07 | 0.11 | 0 | 0.24 |
HSL | 264.55º | 0.15% | 0.72% | - |
HSV(B) | 264.55º | 0.11% | 0.76% | - |
XYZ | 43.55 | 43.22 | 57.09 | - |
YUV | 177.2 | 137.48 | 130.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 172 | 194 | 0.07 | 0.11 | 0 | 0.24 | 264.55 | 0.15 | 0.72 |
Hex | B5 | AC | C2 | 7 | B | 0 | 18 | 109 | F | 48 |
Octal | 265 | 254 | 302 | 7 | 13 | 0 | 30 | 411 | 17 | 110 |
Binary | 10110101 | 10101100 | 11000010 | 111 | 1011 | 0 | 11000 | 100001001 | 1111 | 1001000 |
Color Harmonies of #B5ACC2
Complementary color
Monochromatic Colors of #B5ACC2
Black with #B5ACC2
Text Example
Text Example
White with #B5ACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ACC2; }
p { color: rgb(181,172,194); }
H1.HeaderClassName
{
color: #B5ACC2;
}
.AnyTagClassName
{
color: #B5ACC2;
}
</style>
background-color css
<style>
a { background-color: #B5ACC2; }
a { background-color: rgb(181,172,194); }
div.DivClassName
{
background-color: #B5ACC2;
}
.BgClassName
{
background-color: #B5ACC2;
}
</style>
border-color css
<style>
span { border-color: #B5ACC2; }
span { border-color: rgb(181,172,194); }
td.TdClassName
{
border-color: #B5ACC2;
}
.TagClassName
{
border-color: #B5ACC2;
}
</style>