#BCCE8A

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

Shades of Caper #BCCE8A

Tints of Caper #BCCE8A

Color information

#BCCE8A (or 0xBCCE8A) is unknown color: approx Caper. HEX triplet: BC, CE and 8A. RGB value is (188,206,138). Sum of RGB (Red+Green+Blue) = 188+206+138=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE8A is #433175. Grayscale: #C1C1C1. Windows color (decimal): -4403574 or 9096892. OLE color: 9096892.

HSL color Cylindrical-coordinate representation of color #BCCE8A: hue angle of 75.88º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCCE8A is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB188206138-
CMYK0.0900.330.19
HSL75.88º40.96%67.45%-
HSV(B)75.88º33.01%80.78%-
XYZ47.456.6732.48-
YUV192.8797.04124.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 206 (80.86% from 255) = 38.72%
BLUE value IS 138 (54.30% from 255) = 25.94%
R=35.34%
G=38.72%
B=25.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061380.0900.330.1975.8840.9667.45
HexBCCE8A9021134c2943
Octal274316212110412311451103
Binary101111001100111010001010100101000011001110011001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCE8A; }

 p { color: rgb(188,206,138); }

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

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

 a { background-color: rgb(188,206,138); }

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

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

 span { border-color: rgb(188,206,138); }

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