Html Css Color HEX #BEC880 Pine Glade

📋 copy color: '#BEC880'

red 190 ◦ green 200 ◦ blue 128

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

Shades of Pine Glade #BEC880

Tints of Pine Glade #BEC880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.71%

R = 36.68%
G = 38.61%
B = 24.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#BEC880 (or 0xBEC880) is known color: Pine Glade. HEX triplet: BE, C8 and 80. RGB value is (190,200,128). Sum of RGB (Red+Green+Blue) = 190+200+128=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC880 is #41377F. Grayscale: #BDBDBD. Windows color (decimal): -4274048 or 8439998. OLE color: 8439998.

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

Color convert

RGB 190 200 128 -
CMYK 0.05 0 0.36 0.22
HSL 68.33º 0.4% 0.64% -
HSV(B) 68.33º 0.36% 0.78% -
XYZ 45.79 53.81 28.4 -
YUV 188.8 93.69 128.85 -
System Red Green Blue C M Y K H S L
Decimal 190 200 128 0.05 0 0.36 0.22 68.33 0.4 0.64
Hex BE C8 80 5 0 24 16 44 28 40
Octal 276 310 200 5 0 44 26 104 50 100
Binary 10111110 11001000 10000000 101 0 100100 10110 1000100 101000 1000000

Color Harmonies of #BEC880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC880

Black with #BEC880

Text Example


Text Example

White with #BEC880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC880; }

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

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

background-color css

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

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

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

border-color css

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

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

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