Html Css Color HEX #BCB8BF French Grey

📋 copy color: '#BCB8BF'

red 188 ◦ green 184 ◦ blue 191

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

Shades of French Grey #BCB8BF

Tints of French Grey #BCB8BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.93%

R = 33.39%
G = 32.68%
B = 33.93%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCB8BF (or 0xBCB8BF) is known color: French Grey. HEX triplet: BC, B8 and BF. RGB value is (188,184,191). Sum of RGB (Red+Green+Blue) = 188+184+191=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCB8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8BF is #434740. Grayscale: #B9B9B9. Windows color (decimal): -4409153 or 12564668. OLE color: 12564668.

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

Color convert

RGB 188 184 191 -
CMYK 0.02 0.04 0 0.25
HSL 274.29º 0.05% 0.74% -
HSV(B) 274.29º 0.04% 0.75% -
XYZ 47.28 48.73 56.2 -
YUV 185.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 188 184 191 0.02 0.04 0 0.25 274.29 0.05 0.74
Hex BC B8 BF 2 4 0 19 112 5 4A
Octal 274 270 277 2 4 0 31 422 5 112
Binary 10111100 10111000 10111111 10 100 0 11001 100010010 101 1001010

Color Harmonies of #BCB8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB8BF

Black with #BCB8BF

Text Example


Text Example

White with #BCB8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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