#BCCF89

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

Shades of Caper #BCCF89

Tints of Caper #BCCF89

Color information

#BCCF89 (or 0xBCCF89) is unknown color: approx Caper. HEX triplet: BC, CF and 89. RGB value is (188,207,137). Sum of RGB (Red+Green+Blue) = 188+207+137=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF89 is #433076. Grayscale: #C1C1C1. Windows color (decimal): -4403319 or 9031612. OLE color: 9031612.

HSL color Cylindrical-coordinate representation of color #BCCF89: hue angle of 76.29º degrees, saturation: 0.42, 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 #BCCF89 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB188207137-
CMYK0.0900.340.19
HSL76.29º42.17%67.45%-
HSV(B)76.29º33.82%81.18%-
XYZ47.5757.1232.19-
YUV193.3496.21124.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 137 (53.91% from 255) = 25.75%
R=35.34%
G=38.91%
B=25.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071370.0900.340.1976.2942.1767.45
HexBCCF899022134c2a43
Octal274317211110422311452103
Binary101111001100111110001001100101000101001110011001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCF89; }

 p { color: rgb(188,207,137); }

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

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

 a { background-color: rgb(188,207,137); }

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

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

 span { border-color: rgb(188,207,137); }

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