#BDADC7

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

Shades of French Grey #BDADC7

Tints of French Grey #BDADC7

Color information

#BDADC7 (or 0xBDADC7) is unknown color: approx French Grey. HEX triplet: BD, AD and C7. RGB value is (189,173,199). Sum of RGB (Red+Green+Blue) = 189+173+199=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 199 - color contains mainly: blue. Hex color #BDADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADC7 is #425238. Grayscale: #B4B4B4. Windows color (decimal): -4346425 or 13086141. OLE color: 13086141.

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

Color convert

RGB189173199-
CMYK0.050.1300.22
HSL276.92º18.84%72.94%-
HSV(B)276.92º13.07%78.04%-
XYZ46.2444.8360.25-
YUV180.75138.3133.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 199 (78.12% from 255) = 35.47%
R=33.69%
G=30.84%
B=35.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891731990.050.1300.22276.9218.8472.94
HexBDADC75D0161151349
Octal27525530751502642523111
Binary1011110110101101110001111011101010110100010101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADC7; }

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

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

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

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

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

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

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

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