#BCD288

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

Shades of Caper #BCD288

Tints of Caper #BCD288

Color information

#BCD288 (or 0xBCD288) is unknown color: approx Caper. HEX triplet: BC, D2 and 88. RGB value is (188,210,136). Sum of RGB (Red+Green+Blue) = 188+210+136=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD288 is #432D77. Grayscale: #C3C3C3. Windows color (decimal): -4402552 or 8966844. OLE color: 8966844.

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

Color convert

RGB188210136-
CMYK0.1000.350.18
HSL77.84º45.12%67.84%-
HSV(B)77.84º35.24%82.35%-
XYZ48.2358.5632.05-
YUV194.9994.71123.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 210 (82.42% from 255) = 39.33%
BLUE value IS 136 (53.52% from 255) = 25.47%
R=35.21%
G=39.33%
B=25.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882101360.1000.350.1877.8445.1267.84
HexBCD288A023124e2d44
Octal274322210120432211655104
Binary101111001101001010001000101001000111001010011101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD288; }

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

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

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

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

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

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

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

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