Html Css Color HEX #BEBCC0 French Grey

📋 copy color: '#BEBCC0'

red 190 ◦ green 188 ◦ blue 192

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

Shades of French Grey #BEBCC0

Tints of French Grey #BEBCC0

RGB

 RED value IS 190 (74.61% from 255) = 33.33%

 GREEN value IS 188 (73.83% from 255) = 32.98%

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

R = 33.33%
G = 32.98%
B = 33.68%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BEBCC0 (or 0xBEBCC0) is known color: French Grey. HEX triplet: BE, BC and C0. RGB value is (190,188,192). Sum of RGB (Red+Green+Blue) = 190+188+192=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEBCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCC0 is #41433F. Grayscale: #BDBDBD. Windows color (decimal): -4277056 or 12631230. OLE color: 12631230.

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

Color convert

RGB 190 188 192 -
CMYK 0.01 0.02 0 0.25
HSL 270º 0.03% 0.75% -
HSV(B) 270º 0.02% 0.75% -
XYZ 48.73 50.72 57.09 -
YUV 189.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 190 188 192 0.01 0.02 0 0.25 270 0.03 0.75
Hex BE BC C0 1 2 0 19 10E 3 4B
Octal 276 274 300 1 2 0 31 416 3 113
Binary 10111110 10111100 11000000 1 10 0 11001 100001110 11 1001011

Color Harmonies of #BEBCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCC0

Black with #BEBCC0

Text Example


Text Example

White with #BEBCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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