#BDADC8

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

Shades of French Grey #BDADC8

Tints of French Grey #BDADC8

Color information

#BDADC8 (or 0xBDADC8) is unknown color: approx French Grey. HEX triplet: BD, AD and C8. RGB value is (189,173,200). Sum of RGB (Red+Green+Blue) = 189+173+200=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 200 (78.52% from 255 or 35.59% from 562); Max value from RGB is 200 - color contains mainly: blue. Hex color #BDADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADC8 is #425237. Grayscale: #B4B4B4. Windows color (decimal): -4346424 or 13151677. OLE color: 13151677.

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

Color convert

RGB189173200-
CMYK0.060.1400.22
HSL275.56º19.71%73.14%-
HSV(B)275.56º13.5%78.43%-
XYZ46.3644.8860.86-
YUV180.86138.8133.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.63%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 200 (78.52% from 255) = 35.59%
R=33.63%
G=30.78%
B=35.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891732000.060.1400.22275.5619.7173.14
HexBDADC86E0161141449
Octal27525531061602642424111
Binary1011110110101101110010001101110010110100010100101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADC8; }

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

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

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

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

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

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

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

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