Html Css Color HEX #BCAFC6 French Grey

📋 copy color: '#BCAFC6'

red 188 ◦ green 175 ◦ blue 198

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

Shades of French Grey #BCAFC6

Tints of French Grey #BCAFC6

RGB

 RED value IS 188 (73.83% from 255) = 33.51%

 GREEN value IS 175 (68.75% from 255) = 31.19%

 BLUE value IS 198 (77.73% from 255) = 35.29%

R = 33.51%
G = 31.19%
B = 35.29%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BCAFC6 (or 0xBCAFC6) is known color: French Grey. HEX triplet: BC, AF and C6. RGB value is (188,175,198). Sum of RGB (Red+Green+Blue) = 188+175+198=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCAFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFC6 is #435039. Grayscale: #B5B5B5. Windows color (decimal): -4411450 or 13021116. OLE color: 13021116.

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

Color convert

RGB 188 175 198 -
CMYK 0.05 0.12 0 0.22
HSL 273.91º 0.17% 0.73% -
HSV(B) 273.91º 0.12% 0.78% -
XYZ 46.26 45.43 59.76 -
YUV 181.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 188 175 198 0.05 0.12 0 0.22 273.91 0.17 0.73
Hex BC AF C6 5 C 0 16 112 11 49
Octal 274 257 306 5 14 0 26 422 21 111
Binary 10111100 10101111 11000110 101 1100 0 10110 100010010 10001 1001001

Color Harmonies of #BCAFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFC6

Black with #BCAFC6

Text Example


Text Example

White with #BCAFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFC6; }

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

 H1.HeaderClassName
 {
   color: #BCAFC6;
 }
 .AnyTagClassName
 {
   color: #BCAFC6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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