Html Css Color HEX #BCB8BE French Grey

📋 copy color: '#BCB8BE'

red 188 ◦ green 184 ◦ blue 190

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

Shades of French Grey #BCB8BE

Tints of French Grey #BCB8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.74%

 BLUE value IS 190 (74.61% from 255) = 33.81%

R = 33.45%
G = 32.74%
B = 33.81%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCB8BE (or 0xBCB8BE) is known color: French Grey. HEX triplet: BC, B8 and BE. RGB value is (188,184,190). Sum of RGB (Red+Green+Blue) = 188+184+190=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8BE is #434741. Grayscale: #B9B9B9. Windows color (decimal): -4409154 or 12499132. OLE color: 12499132.

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

Color convert

RGB 188 184 190 -
CMYK 0.01 0.03 0 0.25
HSL 280º 0.04% 0.73% -
HSV(B) 280º 0.03% 0.75% -
XYZ 47.17 48.69 55.63 -
YUV 185.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 188 184 190 0.01 0.03 0 0.25 280 0.04 0.73
Hex BC B8 BE 1 3 0 19 118 4 49
Octal 274 270 276 1 3 0 31 430 4 111
Binary 10111100 10111000 10111110 1 11 0 11001 100011000 100 1001001

Color Harmonies of #BCB8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB8BE

Black with #BCB8BE

Text Example


Text Example

White with #BCB8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB8BE; }

 p { color: rgb(188,184,190); }

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

background-color css

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

 a { background-color: rgb(188,184,190); }

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

border-color css

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

 span { border-color: rgb(188,184,190); }

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