#BDAFC5

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

Shades of French Grey #BDAFC5

Tints of French Grey #BDAFC5

Color information

#BDAFC5 (or 0xBDAFC5) is unknown color: approx French Grey. HEX triplet: BD, AF and C5. RGB value is (189,175,197). Sum of RGB (Red+Green+Blue) = 189+175+197=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDAFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFC5 is #42503A. Grayscale: #B5B5B5. Windows color (decimal): -4345915 or 12955581. OLE color: 12955581.

HSL color Cylindrical-coordinate representation of color #BDAFC5: hue angle of 278.18º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDAFC5 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB189175197-
CMYK0.040.1100.23
HSL278.18º15.94%72.94%-
HSV(B)278.18º11.17%77.25%-
XYZ46.3945.5159.16-
YUV181.69136.64133.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 197 (77.34% from 255) = 35.12%
R=33.69%
G=31.19%
B=35.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891751970.040.1100.23278.1815.9472.94
HexBDAFC54B0171161049
Octal27525730541302742620111
Binary1011110110101111110001011001011010111100010110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFC5; }

 p { color: rgb(189,175,197); }

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

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

 a { background-color: rgb(189,175,197); }

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

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

 span { border-color: rgb(189,175,197); }

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