#BFCF82

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

Shades of Deco #BFCF82

Tints of Deco #BFCF82

Color information

#BFCF82 (or 0xBFCF82) is unknown color: approx Deco. HEX triplet: BF, CF and 82. RGB value is (191,207,130). Sum of RGB (Red+Green+Blue) = 191+207+130=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF82 is #40307D. Grayscale: #C1C1C1. Windows color (decimal): -4206718 or 8572863. OLE color: 8572863.

HSL color Cylindrical-coordinate representation of color #BFCF82: hue angle of 72.47º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFCF82 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB191207130-
CMYK0.0800.370.19
HSL72.47º44.51%66.08%-
HSV(B)72.47º37.2%81.18%-
XYZ47.8357.3129.66-
YUV193.4492.2126.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 207 (81.25% from 255) = 39.20%
BLUE value IS 130 (51.17% from 255) = 24.62%
R=36.17%
G=39.20%
B=24.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071300.0800.370.1972.4744.5166.08
HexBFCF82802513482d42
Octal277317202100452311055102
Binary101111111100111110000010100001001011001110010001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF82; }

 p { color: rgb(191,207,130); }

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

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

 a { background-color: rgb(191,207,130); }

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

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

 span { border-color: rgb(191,207,130); }

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