Shades of French Grey #B6ADC3
Tints of French Grey #B6ADC3
RGB
CMYK
RGB Variations
Color information
#B6ADC3 (or 0xB6ADC3) is known color: French Grey. HEX triplet: B6, AD and C3. RGB value is (182,173,195). Sum of RGB (Red+Green+Blue) = 182+173+195=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 195 - color contains mainly: blue. Hex color #B6ADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADC3 is #49523C. Grayscale: #B2B2B2. Windows color (decimal): -4805181 or 12823990. OLE color: 12823990.
HSL color Cylindrical-coordinate representation of color #B6ADC3: 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 #B6ADC3 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 173 | 195 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.24 |
| HSL | 264.55º | 0.15% | 0.72% | - |
| HSV(B) | 264.55º | 0.11% | 0.76% | - |
| XYZ | 44.09 | 43.77 | 57.76 | - |
| YUV | 178.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 173 | 195 | 0.07 | 0.11 | 0 | 0.24 | 264.55 | 0.15 | 0.72 |
| Hex | B6 | AD | C3 | 7 | B | 0 | 18 | 109 | F | 48 |
| Octal | 266 | 255 | 303 | 7 | 13 | 0 | 30 | 411 | 17 | 110 |
| Binary | 10110110 | 10101101 | 11000011 | 111 | 1011 | 0 | 11000 | 100001001 | 1111 | 1001000 |
Color Harmonies of #B6ADC3
Complementary color
Monochromatic Colors of #B6ADC3
Black with #B6ADC3
Text Example
Text Example
White with #B6ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ADC3; }
p { color: rgb(182,173,195); }
H1.HeaderClassName
{
color: #B6ADC3;
}
.AnyTagClassName
{
color: #B6ADC3;
}
</style>
background-color css
<style>
a { background-color: #B6ADC3; }
a { background-color: rgb(182,173,195); }
div.DivClassName
{
background-color: #B6ADC3;
}
.BgClassName
{
background-color: #B6ADC3;
}
</style>
border-color css
<style>
span { border-color: #B6ADC3; }
span { border-color: rgb(182,173,195); }
td.TdClassName
{
border-color: #B6ADC3;
}
.TagClassName
{
border-color: #B6ADC3;
}
</style>