Html Css Color HEX #BCC086 Pine Glade

📋 copy color: '#BCC086'

red 188 ◦ green 192 ◦ blue 134

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

Shades of Pine Glade #BCC086

Tints of Pine Glade #BCC086

RGB

 RED value IS 188 (73.83% from 255) = 36.58%

 GREEN value IS 192 (75.39% from 255) = 37.35%

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

R = 36.58%
G = 37.35%
B = 26.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BCC086 (or 0xBCC086) is known color: Pine Glade. HEX triplet: BC, C0 and 86. RGB value is (188,192,134). Sum of RGB (Red+Green+Blue) = 188+192+134=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC086 is #433F79. Grayscale: #B8B8B8. Windows color (decimal): -4407162 or 8831164. OLE color: 8831164.

HSL color Cylindrical-coordinate representation of color #BCC086: hue angle of 64.14º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCC086 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 134 -
CMYK 0.02 0 0.30 0.25
HSL 64.14º 0.32% 0.64% -
HSV(B) 64.14º 0.3% 0.75% -
XYZ 43.89 50.11 29.91 -
YUV 184.19 99.67 130.72 -
System Red Green Blue C M Y K H S L
Decimal 188 192 134 0.02 0 0.30 0.25 64.14 0.32 0.64
Hex BC C0 86 2 0 1E 19 40 20 40
Octal 274 300 206 2 0 36 31 100 40 100
Binary 10111100 11000000 10000110 10 0 11110 11001 1000000 100000 1000000

Color Harmonies of #BCC086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC086

Black with #BCC086

Text Example


Text Example

White with #BCC086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC086; }

 p { color: rgb(188,192,134); }

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

background-color css

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

 a { background-color: rgb(188,192,134); }

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

border-color css

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

 span { border-color: rgb(188,192,134); }

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