Html Css Color HEX #BCBAC0 French Grey

📋 copy color: '#BCBAC0'

red 188 ◦ green 186 ◦ blue 192

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

Shades of French Grey #BCBAC0

Tints of French Grey #BCBAC0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.86%

 BLUE value IS 192 (75.39% from 255) = 33.92%

R = 33.22%
G = 32.86%
B = 33.92%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCBAC0 (or 0xBCBAC0) is known color: French Grey. HEX triplet: BC, BA and C0. RGB value is (188,186,192). Sum of RGB (Red+Green+Blue) = 188+186+192=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCBAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAC0 is #43453F. Grayscale: #BBBBBB. Windows color (decimal): -4408640 or 12630716. OLE color: 12630716.

HSL color Cylindrical-coordinate representation of color #BCBAC0: hue angle of 260º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCBAC0 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 186 192 -
CMYK 0.02 0.03 0 0.25
HSL 260º 0.05% 0.74% -
HSV(B) 260º 0.03% 0.75% -
XYZ 47.81 49.61 56.93 -
YUV 187.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 188 186 192 0.02 0.03 0 0.25 260 0.05 0.74
Hex BC BA C0 2 3 0 19 104 5 4A
Octal 274 272 300 2 3 0 31 404 5 112
Binary 10111100 10111010 11000000 10 11 0 11001 100000100 101 1001010

Color Harmonies of #BCBAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAC0

Black with #BCBAC0

Text Example


Text Example

White with #BCBAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAC0; }

 p { color: rgb(188,186,192); }

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

background-color css

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

 a { background-color: rgb(188,186,192); }

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

border-color css

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

 span { border-color: rgb(188,186,192); }

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