#BCD481

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

Shades of Caper #BCD481

Tints of Caper #BCD481

Color information

#BCD481 (or 0xBCD481) is unknown color: approx Caper. HEX triplet: BC, D4 and 81. RGB value is (188,212,129). Sum of RGB (Red+Green+Blue) = 188+212+129=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD481 is #432B7E. Grayscale: #C3C3C3. Windows color (decimal): -4402047 or 8508604. OLE color: 8508604.

HSL color Cylindrical-coordinate representation of color #BCD481: hue angle of 77.35º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCD481 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB188212129-
CMYK0.1100.390.17
HSL77.35º49.11%66.86%-
HSV(B)77.35º39.15%83.14%-
XYZ48.2459.3629.68-
YUV195.3690.55122.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 212 (83.20% from 255) = 40.08%
BLUE value IS 129 (50.78% from 255) = 24.39%
R=35.54%
G=40.08%
B=24.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882121290.1100.390.1777.3549.1166.86
HexBCD481B027114d3143
Octal274324201130472111561103
Binary101111001101010010000001101101001111000110011011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD481; }

 p { color: rgb(188,212,129); }

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

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

 a { background-color: rgb(188,212,129); }

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

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

 span { border-color: rgb(188,212,129); }

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