#BCADC6

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

Shades of French Grey #BCADC6

Tints of French Grey #BCADC6

Color information

#BCADC6 (or 0xBCADC6) is unknown color: approx French Grey. HEX triplet: BC, AD and C6. RGB value is (188,173,198). Sum of RGB (Red+Green+Blue) = 188+173+198=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADC6 is #435239. Grayscale: #B4B4B4. Windows color (decimal): -4411962 or 13020604. OLE color: 13020604.

HSL color Cylindrical-coordinate representation of color #BCADC6: hue angle of 276º degrees, saturation: 0.18, 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 #BCADC6 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188173198-
CMYK0.050.1300.22
HSL276º17.99%72.75%-
HSV(B)276º12.63%77.65%-
XYZ45.8844.6659.63-
YUV180.33137.97133.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 198 (77.73% from 255) = 35.42%
R=33.63%
G=30.95%
B=35.42%

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
Decimal1881731980.050.1300.2227617.9972.75
HexBCADC65D0161141249
Octal27425530651502642422111
Binary1011110010101101110001101011101010110100010100100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADC6; }

 p { color: rgb(188,173,198); }

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

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

 a { background-color: rgb(188,173,198); }

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

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

 span { border-color: rgb(188,173,198); }

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