#BCADC7

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

Shades of French Grey #BCADC7

Tints of French Grey #BCADC7

Color information

#BCADC7 (or 0xBCADC7) is unknown color: approx French Grey. HEX triplet: BC, AD and C7. RGB value is (188,173,199). Sum of RGB (Red+Green+Blue) = 188+173+199=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADC7 is #435238. Grayscale: #B4B4B4. Windows color (decimal): -4411961 or 13086140. OLE color: 13086140.

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

Color convert

RGB188173199-
CMYK0.060.1300.22
HSL274.62º18.84%72.94%-
HSV(B)274.62º13.07%78.04%-
XYZ45.9944.760.24-
YUV180.45138.47133.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 199 (78.12% from 255) = 35.54%
R=33.57%
G=30.89%
B=35.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881731990.060.1300.22274.6218.8472.94
HexBCADC76D0161131349
Octal27425530761502642323111
Binary1011110010101101110001111101101010110100010011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADC7; }

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

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

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

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

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

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

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

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