Html Css Color HEX #BEBAAC Grey Nickel

📋 copy color: '#BEBAAC'

red 190 ◦ green 186 ◦ blue 172

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

Shades of Grey Nickel #BEBAAC

Tints of Grey Nickel #BEBAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.39%

R = 34.67%
G = 33.94%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BEBAAC (or 0xBEBAAC) is known color: Grey Nickel. HEX triplet: BE, BA and AC. RGB value is (190,186,172). Sum of RGB (Red+Green+Blue) = 190+186+172=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBAAC is #414553. Grayscale: #B9B9B9. Windows color (decimal): -4277588 or 11319998. OLE color: 11319998.

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

Color convert

RGB 190 186 172 -
CMYK 0 0.02 0.09 0.25
HSL 46.67º 0.12% 0.71% -
HSV(B) 46.67º 0.09% 0.75% -
XYZ 46.24 49.04 46.06 -
YUV 185.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 190 186 172 0 0.02 0.09 0.25 46.67 0.12 0.71
Hex BE BA AC 0 2 9 19 2F C 47
Octal 276 272 254 0 2 11 31 57 14 107
Binary 10111110 10111010 10101100 0 10 1001 11001 101111 1100 1000111

Color Harmonies of #BEBAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBAAC

Black with #BEBAAC

Text Example


Text Example

White with #BEBAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBAAC; }

 p { color: rgb(190,186,172); }

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

background-color css

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

 a { background-color: rgb(190,186,172); }

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

border-color css

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

 span { border-color: rgb(190,186,172); }

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