#BCCD83

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

Shades of Caper #BCCD83

Tints of Caper #BCCD83

Color information

#BCCD83 (or 0xBCCD83) is unknown color: approx Caper. HEX triplet: BC, CD and 83. RGB value is (188,205,131). Sum of RGB (Red+Green+Blue) = 188+205+131=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD83 is #43327C. Grayscale: #BFBFBF. Windows color (decimal): -4403837 or 8637884. OLE color: 8637884.

HSL color Cylindrical-coordinate representation of color #BCCD83: hue angle of 73.78º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCCD83 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB188205131-
CMYK0.0800.360.20
HSL73.78º42.53%65.88%-
HSV(B)73.78º36.1%80.39%-
XYZ46.6755.9929.82-
YUV191.4893.87125.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 131 (51.56% from 255) = 25%
R=35.88%
G=39.12%
B=25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051310.0800.360.2073.7842.5365.88
HexBCCD838024144a2b42
Octal274315203100442411253102
Binary101111001100110110000011100001001001010010010101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD83; }

 p { color: rgb(188,205,131); }

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

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

 a { background-color: rgb(188,205,131); }

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

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

 span { border-color: rgb(188,205,131); }

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