#BCADC8

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

Shades of French Grey #BCADC8

Tints of French Grey #BCADC8

Color information

#BCADC8 (or 0xBCADC8) is unknown color: approx French Grey. HEX triplet: BC, AD and C8. RGB value is (188,173,200). Sum of RGB (Red+Green+Blue) = 188+173+200=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADC8 is #435237. Grayscale: #B4B4B4. Windows color (decimal): -4411960 or 13151676. OLE color: 13151676.

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

Color convert

RGB188173200-
CMYK0.060.1400.22
HSL273.33º19.71%73.14%-
HSV(B)273.33º13.5%78.43%-
XYZ46.1144.7560.85-
YUV180.56138.97133.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 200 (78.52% from 255) = 35.65%
R=33.51%
G=30.84%
B=35.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881732000.060.1400.22273.3319.7173.14
HexBCADC86E0161111449
Octal27425531061602642124111
Binary1011110010101101110010001101110010110100010001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADC8; }

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

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

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

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

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

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

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

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