#BCCF82

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

Shades of Caper #BCCF82

Tints of Caper #BCCF82

Color information

#BCCF82 (or 0xBCCF82) is unknown color: approx Caper. HEX triplet: BC, CF and 82. RGB value is (188,207,130). Sum of RGB (Red+Green+Blue) = 188+207+130=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF82 is #43307D. Grayscale: #C0C0C0. Windows color (decimal): -4403326 or 8572860. OLE color: 8572860.

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

Color convert

RGB188207130-
CMYK0.0900.370.19
HSL74.81º44.51%66.08%-
HSV(B)74.81º37.2%81.18%-
XYZ47.0856.9329.63-
YUV192.5492.71124.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 207 (81.25% from 255) = 39.43%
BLUE value IS 130 (51.17% from 255) = 24.76%
R=35.81%
G=39.43%
B=24.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071300.0900.370.1974.8144.5166.08
HexBCCF829025134b2d42
Octal274317202110452311355102
Binary101111001100111110000010100101001011001110010111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCF82; }

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

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

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

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

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

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

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

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