Html Css Color HEX #BEC886 Pine Glade

📋 copy color: '#BEC886'

red 190 ◦ green 200 ◦ blue 134

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

Shades of Pine Glade #BEC886

Tints of Pine Glade #BEC886

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.17%

 BLUE value IS 134 (52.73% from 255) = 25.57%

R = 36.26%
G = 38.17%
B = 25.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#BEC886 (or 0xBEC886) is known color: Pine Glade. HEX triplet: BE, C8 and 86. RGB value is (190,200,134). Sum of RGB (Red+Green+Blue) = 190+200+134=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC886 is #413779. Grayscale: #BDBDBD. Windows color (decimal): -4274042 or 8833214. OLE color: 8833214.

HSL color Cylindrical-coordinate representation of color #BEC886: hue angle of 69.09º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEC886 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 200 134 -
CMYK 0.05 0 0.33 0.22
HSL 69.09º 0.38% 0.65% -
HSV(B) 69.09º 0.33% 0.78% -
XYZ 46.19 53.98 30.54 -
YUV 189.49 96.69 128.37 -
System Red Green Blue C M Y K H S L
Decimal 190 200 134 0.05 0 0.33 0.22 69.09 0.38 0.65
Hex BE C8 86 5 0 21 16 45 26 41
Octal 276 310 206 5 0 41 26 105 46 101
Binary 10111110 11001000 10000110 101 0 100001 10110 1000101 100110 1000001

Color Harmonies of #BEC886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC886

Black with #BEC886

Text Example


Text Example

White with #BEC886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC886; }

 p { color: rgb(190,200,134); }

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

background-color css

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

 a { background-color: rgb(190,200,134); }

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

border-color css

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

 span { border-color: rgb(190,200,134); }

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