#BCD283

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

Shades of Caper #BCD283

Tints of Caper #BCD283

Color information

#BCD283 (or 0xBCD283) is unknown color: approx Caper. HEX triplet: BC, D2 and 83. RGB value is (188,210,131). Sum of RGB (Red+Green+Blue) = 188+210+131=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD283 is #432D7C. Grayscale: #C2C2C2. Windows color (decimal): -4402557 or 8639164. OLE color: 8639164.

HSL color Cylindrical-coordinate representation of color #BCD283: hue angle of 76.71º 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 #BCD283 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB188210131-
CMYK0.1000.380.18
HSL76.71º46.75%66.86%-
HSV(B)76.71º37.62%82.35%-
XYZ47.8858.4230.23-
YUV194.4292.21123.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 210 (82.42% from 255) = 39.70%
BLUE value IS 131 (51.56% from 255) = 24.76%
R=35.54%
G=39.70%
B=24.76%

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
Decimal1882101310.1000.380.1876.7146.7566.86
HexBCD283A026124d2f43
Octal274322203120462211557103
Binary101111001101001010000011101001001101001010011011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD283; }

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

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

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

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

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

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

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

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