#BFCF88

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

Shades of Deco #BFCF88

Tints of Deco #BFCF88

Color information

#BFCF88 (or 0xBFCF88) is unknown color: approx Deco. HEX triplet: BF, CF and 88. RGB value is (191,207,136). Sum of RGB (Red+Green+Blue) = 191+207+136=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF88 is #403077. Grayscale: #C2C2C2. Windows color (decimal): -4206712 or 8966079. OLE color: 8966079.

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

Color convert

RGB191207136-
CMYK0.0800.340.19
HSL73.52º42.51%67.25%-
HSV(B)73.52º34.3%81.18%-
XYZ48.2457.4831.84-
YUV194.1295.2125.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 207 (81.25% from 255) = 38.76%
BLUE value IS 136 (53.52% from 255) = 25.47%
R=35.77%
G=38.76%
B=25.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071360.0800.340.1973.5242.5167.25
HexBFCF888022134a2b43
Octal277317210100422311253103
Binary101111111100111110001000100001000101001110010101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF88; }

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

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

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

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

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

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

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

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