Html Css Color HEX #BEBAAB Grey Nickel

📋 copy color: '#BEBAAB'

red 190 ◦ green 186 ◦ blue 171

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

Shades of Grey Nickel #BEBAAB

Tints of Grey Nickel #BEBAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.26%

R = 34.73%
G = 34%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BEBAAB (or 0xBEBAAB) is known color: Grey Nickel. HEX triplet: BE, BA and AB. RGB value is (190,186,171). Sum of RGB (Red+Green+Blue) = 190+186+171=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBAAB is #414554. Grayscale: #B9B9B9. Windows color (decimal): -4277589 or 11254462. OLE color: 11254462.

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

Color convert

RGB 190 186 171 -
CMYK 0 0.02 0.10 0.25
HSL 47.37º 0.13% 0.71% -
HSV(B) 47.37º 0.1% 0.75% -
XYZ 46.14 49.01 45.55 -
YUV 185.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 190 186 171 0 0.02 0.10 0.25 47.37 0.13 0.71
Hex BE BA AB 0 2 A 19 2F D 47
Octal 276 272 253 0 2 12 31 57 15 107
Binary 10111110 10111010 10101011 0 10 1010 11001 101111 1101 1000111

Color Harmonies of #BEBAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBAAB

Black with #BEBAAB

Text Example


Text Example

White with #BEBAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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