Html Css Color HEX #BCC886 Pine Glade

📋 copy color: '#BCC886'

red 188 ◦ green 200 ◦ blue 134

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

Shades of Pine Glade #BCC886

Tints of Pine Glade #BCC886

RGB

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

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

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

R = 36.02%
G = 38.31%
B = 25.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#BCC886 (or 0xBCC886) is known color: Pine Glade. HEX triplet: BC, C8 and 86. RGB value is (188,200,134). Sum of RGB (Red+Green+Blue) = 188+200+134=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC886 is #433779. Grayscale: #BDBDBD. Windows color (decimal): -4405114 or 8833212. OLE color: 8833212.

HSL color Cylindrical-coordinate representation of color #BCC886: hue angle of 70.91º 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 #BCC886 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 134 -
CMYK 0.06 0 0.33 0.22
HSL 70.91º 0.38% 0.65% -
HSV(B) 70.91º 0.33% 0.78% -
XYZ 45.7 53.72 30.52 -
YUV 188.89 97.02 127.37 -
System Red Green Blue C M Y K H S L
Decimal 188 200 134 0.06 0 0.33 0.22 70.91 0.38 0.65
Hex BC C8 86 6 0 21 16 47 26 41
Octal 274 310 206 6 0 41 26 107 46 101
Binary 10111100 11001000 10000110 110 0 100001 10110 1000111 100110 1000001

Color Harmonies of #BCC886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC886

Black with #BCC886

Text Example


Text Example

White with #BCC886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC886; }

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

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

background-color css

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

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

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

border-color css

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

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

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