Html Css Color HEX #BFC886 Pine Glade

📋 copy color: '#BFC886'

red 191 ◦ green 200 ◦ blue 134

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

Shades of Pine Glade #BFC886

Tints of Pine Glade #BFC886

RGB

 RED value IS 191 (75% from 255) = 36.38%

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

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

R = 36.38%
G = 38.1%
B = 25.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#BFC886 (or 0xBFC886) is known color: Pine Glade. HEX triplet: BF, C8 and 86. RGB value is (191,200,134). Sum of RGB (Red+Green+Blue) = 191+200+134=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC886 is #403779. Grayscale: #BEBEBE. Windows color (decimal): -4208506 or 8833215. OLE color: 8833215.

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

Color convert

RGB 191 200 134 -
CMYK 0.04 0 0.33 0.22
HSL 68.18º 0.38% 0.65% -
HSV(B) 68.18º 0.33% 0.78% -
XYZ 46.44 54.11 30.55 -
YUV 189.79 96.52 128.87 -
System Red Green Blue C M Y K H S L
Decimal 191 200 134 0.04 0 0.33 0.22 68.18 0.38 0.65
Hex BF C8 86 4 0 21 16 44 26 41
Octal 277 310 206 4 0 41 26 104 46 101
Binary 10111111 11001000 10000110 100 0 100001 10110 1000100 100110 1000001

Color Harmonies of #BFC886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC886

Black with #BFC886

Text Example


Text Example

White with #BFC886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC886; }

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

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

background-color css

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

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

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

border-color css

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

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

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