Html Css Color HEX #BCB5C7 French Grey

📋 copy color: '#BCB5C7'

red 188 ◦ green 181 ◦ blue 199

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

Shades of French Grey #BCB5C7

Tints of French Grey #BCB5C7

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.87%

 BLUE value IS 199 (78.13% from 255) = 35.04%

R = 33.1%
G = 31.87%
B = 35.04%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BCB5C7 (or 0xBCB5C7) is known color: French Grey. HEX triplet: BC, B5 and C7. RGB value is (188,181,199). Sum of RGB (Red+Green+Blue) = 188+181+199=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCB5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5C7 is #434A38. Grayscale: #B9B9B9. Windows color (decimal): -4409913 or 13088188. OLE color: 13088188.

HSL color Cylindrical-coordinate representation of color #BCB5C7: hue angle of 263.33º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCB5C7 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 181 199 -
CMYK 0.06 0.09 0 0.22
HSL 263.33º 0.14% 0.75% -
HSV(B) 263.33º 0.09% 0.78% -
XYZ 47.57 47.86 60.76 -
YUV 185.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 188 181 199 0.06 0.09 0 0.22 263.33 0.14 0.75
Hex BC B5 C7 6 9 0 16 107 E 4B
Octal 274 265 307 6 11 0 26 407 16 113
Binary 10111100 10110101 11000111 110 1001 0 10110 100000111 1110 1001011

Color Harmonies of #BCB5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB5C7

Black with #BCB5C7

Text Example


Text Example

White with #BCB5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB5C7; }

 p { color: rgb(188,181,199); }

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

background-color css

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

 a { background-color: rgb(188,181,199); }

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

border-color css

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

 span { border-color: rgb(188,181,199); }

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