#BCD485

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

Shades of Caper #BCD485

Tints of Caper #BCD485

Color information

#BCD485 (or 0xBCD485) is unknown color: approx Caper. HEX triplet: BC, D4 and 85. RGB value is (188,212,133). Sum of RGB (Red+Green+Blue) = 188+212+133=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD485 is #432B7A. Grayscale: #C4C4C4. Windows color (decimal): -4402043 or 8770748. OLE color: 8770748.

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

Color convert

RGB188212133-
CMYK0.1100.370.17
HSL78.23º47.88%67.65%-
HSV(B)78.23º37.26%83.14%-
XYZ48.5259.4731.11-
YUV195.8292.55122.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 212 (83.20% from 255) = 39.77%
BLUE value IS 133 (52.34% from 255) = 24.95%
R=35.27%
G=39.77%
B=24.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882121330.1100.370.1778.2347.8867.65
HexBCD485B025114e3044
Octal274324205130452111660104
Binary101111001101010010000101101101001011000110011101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD485; }

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

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

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

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

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

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

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

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