Html Css Color HEX #BEAEA2 Silk

📋 copy color: '#BEAEA2'

red 190 ◦ green 174 ◦ blue 162

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

Shades of Silk #BEAEA2

Tints of Silk #BEAEA2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.08%

 BLUE value IS 162 (63.67% from 255) = 30.8%

R = 36.12%
G = 33.08%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BEAEA2 (or 0xBEAEA2) is known color: Silk. HEX triplet: BE, AE and A2. RGB value is (190,174,162). Sum of RGB (Red+Green+Blue) = 190+174+162=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAEA2 is #41515D. Grayscale: #B1B1B1. Windows color (decimal): -4280670 or 10661566. OLE color: 10661566.

HSL color Cylindrical-coordinate representation of color #BEAEA2: hue angle of 25.71º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEAEA2 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 174 162 -
CMYK 0 0.08 0.15 0.25
HSL 25.71º 0.18% 0.69% -
HSV(B) 25.71º 0.15% 0.75% -
XYZ 42.89 43.83 40.38 -
YUV 177.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 190 174 162 0 0.08 0.15 0.25 25.71 0.18 0.69
Hex BE AE A2 0 8 F 19 1A 12 45
Octal 276 256 242 0 10 17 31 32 22 105
Binary 10111110 10101110 10100010 0 1000 1111 11001 11010 10010 1000101

Color Harmonies of #BEAEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAEA2

Black with #BEAEA2

Text Example


Text Example

White with #BEAEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAEA2; }

 p { color: rgb(190,174,162); }

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

background-color css

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

 a { background-color: rgb(190,174,162); }

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

border-color css

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

 span { border-color: rgb(190,174,162); }

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