#BCAFC5

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

Shades of French Grey #BCAFC5

Tints of French Grey #BCAFC5

Color information

#BCAFC5 (or 0xBCAFC5) is unknown color: approx French Grey. HEX triplet: BC, AF and C5. RGB value is (188,175,197). Sum of RGB (Red+Green+Blue) = 188+175+197=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCAFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFC5 is #43503A. Grayscale: #B5B5B5. Windows color (decimal): -4411451 or 12955580. OLE color: 12955580.

HSL color Cylindrical-coordinate representation of color #BCAFC5: hue angle of 275.45º 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 #BCAFC5 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188175197-
CMYK0.050.1100.23
HSL275.45º15.94%72.94%-
HSV(B)275.45º11.17%77.25%-
XYZ46.1545.3859.15-
YUV181.4136.81132.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 197 (77.34% from 255) = 35.18%
R=33.57%
G=31.25%
B=35.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881751970.050.1100.23275.4515.9472.94
HexBCAFC55B0171131049
Octal27425730551302742320111
Binary1011110010101111110001011011011010111100010011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFC5; }

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

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

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

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

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

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

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

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