Shades of French Grey #B5ADC3
Tints of French Grey #B5ADC3
RGB
CMYK
RGB Variations
Color information
#B5ADC3 (or 0xB5ADC3) is known color: French Grey. HEX triplet: B5, AD and C3. RGB value is (181,173,195). Sum of RGB (Red+Green+Blue) = 181+173+195=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 195 - color contains mainly: blue. Hex color #B5ADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADC3 is #4A523C. Grayscale: #B1B1B1. Windows color (decimal): -4870717 or 12823989. OLE color: 12823989.
HSL color Cylindrical-coordinate representation of color #B5ADC3: hue angle of 261.82º 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 #B5ADC3 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 173 | 195 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.24 |
| HSL | 261.82º | 0.15% | 0.72% | - |
| HSV(B) | 261.82º | 0.11% | 0.76% | - |
| XYZ | 43.85 | 43.65 | 57.74 | - |
| YUV | 177.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 195 | 0.07 | 0.11 | 0 | 0.24 | 261.82 | 0.15 | 0.72 |
| Hex | B5 | AD | C3 | 7 | B | 0 | 18 | 106 | F | 48 |
| Octal | 265 | 255 | 303 | 7 | 13 | 0 | 30 | 406 | 17 | 110 |
| Binary | 10110101 | 10101101 | 11000011 | 111 | 1011 | 0 | 11000 | 100000110 | 1111 | 1001000 |
Color Harmonies of #B5ADC3
Complementary color
Monochromatic Colors of #B5ADC3
Black with #B5ADC3
Text Example
Text Example
White with #B5ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ADC3; }
p { color: rgb(181,173,195); }
H1.HeaderClassName
{
color: #B5ADC3;
}
.AnyTagClassName
{
color: #B5ADC3;
}
</style>
background-color css
<style>
a { background-color: #B5ADC3; }
a { background-color: rgb(181,173,195); }
div.DivClassName
{
background-color: #B5ADC3;
}
.BgClassName
{
background-color: #B5ADC3;
}
</style>
border-color css
<style>
span { border-color: #B5ADC3; }
span { border-color: rgb(181,173,195); }
td.TdClassName
{
border-color: #B5ADC3;
}
.TagClassName
{
border-color: #B5ADC3;
}
</style>