#BCD282

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

Shades of Caper #BCD282

Tints of Caper #BCD282

Color information

#BCD282 (or 0xBCD282) is unknown color: approx Caper. HEX triplet: BC, D2 and 82. RGB value is (188,210,130). Sum of RGB (Red+Green+Blue) = 188+210+130=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD282 is #432D7D. Grayscale: #C2C2C2. Windows color (decimal): -4402558 or 8573628. OLE color: 8573628.

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

Color convert

RGB188210130-
CMYK0.1000.380.18
HSL76.5º47.06%66.67%-
HSV(B)76.5º38.1%82.35%-
XYZ47.8158.429.87-
YUV194.391.71123.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 210 (82.42% from 255) = 39.77%
BLUE value IS 130 (51.17% from 255) = 24.62%
R=35.61%
G=39.77%
B=24.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882101300.1000.380.1876.547.0666.67
HexBCD282A026124c2f43
Octal274322202120462211457103
Binary101111001101001010000010101001001101001010011001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD282; }

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

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

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

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

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

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

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

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