Shades of French Grey #B5ADC2
Tints of French Grey #B5ADC2
RGB
CMYK
RGB Variations
Color information
#B5ADC2 (or 0xB5ADC2) is known color: French Grey. HEX triplet: B5, AD and C2. RGB value is (181,173,194). Sum of RGB (Red+Green+Blue) = 181+173+194=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 194 - color contains mainly: blue. Hex color #B5ADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADC2 is #4A523D. Grayscale: #B1B1B1. Windows color (decimal): -4870718 or 12758453. OLE color: 12758453.
HSL color Cylindrical-coordinate representation of color #B5ADC2: hue angle of 262.86º 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 #B5ADC2 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 181 | 173 | 194 | - |
CMYK | 0.07 | 0.11 | 0 | 0.24 |
HSL | 262.86º | 0.15% | 0.72% | - |
HSV(B) | 262.86º | 0.11% | 0.76% | - |
XYZ | 43.74 | 43.61 | 57.15 | - |
YUV | 177.79 | 137.15 | 130.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 173 | 194 | 0.07 | 0.11 | 0 | 0.24 | 262.86 | 0.15 | 0.72 |
Hex | B5 | AD | C2 | 7 | B | 0 | 18 | 107 | F | 48 |
Octal | 265 | 255 | 302 | 7 | 13 | 0 | 30 | 407 | 17 | 110 |
Binary | 10110101 | 10101101 | 11000010 | 111 | 1011 | 0 | 11000 | 100000111 | 1111 | 1001000 |
Color Harmonies of #B5ADC2
Complementary color
Monochromatic Colors of #B5ADC2
Black with #B5ADC2
Text Example
Text Example
White with #B5ADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ADC2; }
p { color: rgb(181,173,194); }
H1.HeaderClassName
{
color: #B5ADC2;
}
.AnyTagClassName
{
color: #B5ADC2;
}
</style>
background-color css
<style>
a { background-color: #B5ADC2; }
a { background-color: rgb(181,173,194); }
div.DivClassName
{
background-color: #B5ADC2;
}
.BgClassName
{
background-color: #B5ADC2;
}
</style>
border-color css
<style>
span { border-color: #B5ADC2; }
span { border-color: rgb(181,173,194); }
td.TdClassName
{
border-color: #B5ADC2;
}
.TagClassName
{
border-color: #B5ADC2;
}
</style>