Html Css Color HEX #BEBD9C Green Mist

📋 copy color: '#BEBD9C'

red 190 ◦ green 189 ◦ blue 156

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

Shades of Green Mist #BEBD9C

Tints of Green Mist #BEBD9C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.33%

 BLUE value IS 156 (61.33% from 255) = 29.16%

R = 35.51%
G = 35.33%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BEBD9C (or 0xBEBD9C) is known color: Green Mist. HEX triplet: BE, BD and 9C. RGB value is (190,189,156). Sum of RGB (Red+Green+Blue) = 190+189+156=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBD9C is #414263. Grayscale: #B9B9B9. Windows color (decimal): -4276836 or 10272190. OLE color: 10272190.

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

Color convert

RGB 190 189 156 -
CMYK 0 0.01 0.18 0.25
HSL 58.24º 0.21% 0.68% -
HSV(B) 58.24º 0.18% 0.75% -
XYZ 45.43 49.74 38.66 -
YUV 185.54 111.33 131.18 -
System Red Green Blue C M Y K H S L
Decimal 190 189 156 0 0.01 0.18 0.25 58.24 0.21 0.68
Hex BE BD 9C 0 1 12 19 3A 15 44
Octal 276 275 234 0 1 22 31 72 25 104
Binary 10111110 10111101 10011100 0 1 10010 11001 111010 10101 1000100

Color Harmonies of #BEBD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD9C

Black with #BEBD9C

Text Example


Text Example

White with #BEBD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD9C; }

 p { color: rgb(190,189,156); }

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

background-color css

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

 a { background-color: rgb(190,189,156); }

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

border-color css

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

 span { border-color: rgb(190,189,156); }

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