Html Css Color HEX #BECC86 Pine Glade

📋 copy color: '#BECC86'

red 190 ◦ green 204 ◦ blue 134

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

Shades of Pine Glade #BECC86

Tints of Pine Glade #BECC86

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.64%

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

R = 35.98%
G = 38.64%
B = 25.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#BECC86 (or 0xBECC86) is known color: Pine Glade. HEX triplet: BE, CC and 86. RGB value is (190,204,134). Sum of RGB (Red+Green+Blue) = 190+204+134=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 134 (52.73% from 255 or 25.38% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC86 is #413379. Grayscale: #C0C0C0. Windows color (decimal): -4273018 or 8834238. OLE color: 8834238.

HSL color Cylindrical-coordinate representation of color #BECC86: hue angle of 72º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BECC86 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 134 -
CMYK 0.07 0 0.34 0.2
HSL 72º 0.41% 0.66% -
HSV(B) 72º 0.34% 0.8% -
XYZ 47.13 55.85 30.85 -
YUV 191.83 95.36 126.69 -
System Red Green Blue C M Y K H S L
Decimal 190 204 134 0.07 0 0.34 0.2 72 0.41 0.66
Hex BE CC 86 7 0 22 14 48 29 42
Octal 276 314 206 7 0 42 24 110 51 102
Binary 10111110 11001100 10000110 111 0 100010 10100 1001000 101001 1000010

Color Harmonies of #BECC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC86

Black with #BECC86

Text Example


Text Example

White with #BECC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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