Html Css Color HEX #BCAFC5 French Grey

📋 copy color: '#BCAFC5'

red 188 ◦ green 175 ◦ blue 197

#BCAFC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Grey #BCAFC5

Tints of French Grey #BCAFC5

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 value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BCAFC5 (or 0xBCAFC5) is known color: 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

RGB 188 175 197 -
CMYK 0.05 0.11 0 0.23
HSL 275.45º 0.16% 0.73% -
HSV(B) 275.45º 0.11% 0.77% -
XYZ 46.15 45.38 59.15 -
YUV 181.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 188 175 197 0.05 0.11 0 0.23 275.45 0.16 0.73
Hex BC AF C5 5 B 0 17 113 10 49
Octal 274 257 305 5 13 0 27 423 20 111
Binary 10111100 10101111 11000101 101 1011 0 10111 100010011 10000 1001001

Color Harmonies of #BCAFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFC5

Black with #BCAFC5

Text Example


Text Example

White with #BCAFC5

Text Example


Text Example

HTML Codes & Css Web 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>