#BFC285

Color #BFC285 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BFC285

Tints of Pine Glade #BFC285

Color information

#BFC285 (or 0xBFC285) is unknown color: approx Pine Glade. HEX triplet: BF, C2 and 85. RGB value is (191,194,133). Sum of RGB (Red+Green+Blue) = 191+194+133=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC285 is #403D7A. Grayscale: #BABABA. Windows color (decimal): -4210043 or 8766143. OLE color: 8766143.

HSL color Cylindrical-coordinate representation of color #BFC285: hue angle of 62.95º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFC285 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB191194133-
CMYK0.0200.310.24
HSL62.95º33.33%64.12%-
HSV(B)62.95º31.44%76.08%-
XYZ45.0151.3529.73-
YUV186.1598.01131.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 194 (76.17% from 255) = 37.45%
BLUE value IS 133 (52.34% from 255) = 25.68%
R=36.87%
G=37.45%
B=25.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911941330.0200.310.2462.9533.3364.12
HexBFC285201F183f2140
Octal2773022052037307741100
Binary10111111110000101000010110011111110001111111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC285; }

 p { color: rgb(191,194,133); }

 H1.HeaderClassName
 {
   color: #BFC285;
 }
 .AnyTagClassName
 {
   color: #BFC285;
 }
</style>
background-color css

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

 a { background-color: rgb(191,194,133); }

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

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

 span { border-color: rgb(191,194,133); }

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