#BDAEC6

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

Shades of French Grey #BDAEC6

Tints of French Grey #BDAEC6

Color information

#BDAEC6 (or 0xBDAEC6) is unknown color: approx French Grey. HEX triplet: BD, AE and C6. RGB value is (189,174,198). Sum of RGB (Red+Green+Blue) = 189+174+198=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 198 - color contains mainly: blue. Hex color #BDAEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEC6 is #425139. Grayscale: #B5B5B5. Windows color (decimal): -4346170 or 13020861. OLE color: 13020861.

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

Color convert

RGB189174198-
CMYK0.050.1200.22
HSL277.5º17.39%72.94%-
HSV(B)277.5º12.12%77.65%-
XYZ46.3245.1759.7-
YUV181.22137.47133.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 198 (77.73% from 255) = 35.29%
R=33.69%
G=31.02%
B=35.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891741980.050.1200.22277.517.3972.94
HexBDAEC65C0161161149
Octal27525630651402642621111
Binary1011110110101110110001101011100010110100010110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEC6; }

 p { color: rgb(189,174,198); }

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

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

 a { background-color: rgb(189,174,198); }

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

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

 span { border-color: rgb(189,174,198); }

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