#BDADC9

Color #BDADC9 French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #BDADC9

Tints of French Grey #BDADC9

Color information

#BDADC9 (or 0xBDADC9) is unknown color: approx French Grey. HEX triplet: BD, AD and C9. RGB value is (189,173,201). Sum of RGB (Red+Green+Blue) = 189+173+201=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADC9 is #425236. Grayscale: #B4B4B4. Windows color (decimal): -4346423 or 13217213. OLE color: 13217213.

HSL color Cylindrical-coordinate representation of color #BDADC9: hue angle of 274.29º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDADC9 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189173201-
CMYK0.060.1400.21
HSL274.29º20.59%73.33%-
HSV(B)274.29º13.93%78.82%-
XYZ46.4744.9261.48-
YUV180.98139.3133.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 201 (78.91% from 255) = 35.70%
R=33.57%
G=30.73%
B=35.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891732010.060.1400.21274.2920.5973.33
HexBDADC96E0151121549
Octal27525531161602542225111
Binary1011110110101101110010011101110010101100010010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADC9; }

 p { color: rgb(189,173,201); }

 H1.HeaderClassName
 {
   color: #BDADC9;
 }
 .AnyTagClassName
 {
   color: #BDADC9;
 }
</style>
background-color css

<style>
 a { background-color: #BDADC9; }

 a { background-color: rgb(189,173,201); }

 div.DivClassName
 {
   background-color: #BDADC9;
 }
 .BgClassName
 {
   background-color: #BDADC9;
 }
</style>
border-color css

<style>
 span { border-color: #BDADC9; }

 span { border-color: rgb(189,173,201); }

 td.TdClassName
 {
   border-color: #BDADC9;
 }
 .TagClassName
 {
   border-color: #BDADC9;
 }
</style>