#BCD281

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

Shades of Caper #BCD281

Tints of Caper #BCD281

Color information

#BCD281 (or 0xBCD281) is unknown color: approx Caper. HEX triplet: BC, D2 and 81. RGB value is (188,210,129). Sum of RGB (Red+Green+Blue) = 188+210+129=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD281 is #432D7E. Grayscale: #C2C2C2. Windows color (decimal): -4402559 or 8508092. OLE color: 8508092.

HSL color Cylindrical-coordinate representation of color #BCD281: hue angle of 76.3º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCD281 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB188210129-
CMYK0.1000.390.18
HSL76.3º47.37%66.47%-
HSV(B)76.3º38.57%82.35%-
XYZ47.7558.3729.52-
YUV194.1991.21123.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 210 (82.42% from 255) = 39.85%
BLUE value IS 129 (50.78% from 255) = 24.48%
R=35.67%
G=39.85%
B=24.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882101290.1000.390.1876.347.3766.47
HexBCD281A027124c2f42
Octal274322201120472211457102
Binary101111001101001010000001101001001111001010011001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD281; }

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

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

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

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

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

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

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

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