#BCCF8A

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

Shades of Caper #BCCF8A

Tints of Caper #BCCF8A

Color information

#BCCF8A (or 0xBCCF8A) is unknown color: approx Caper. HEX triplet: BC, CF and 8A. RGB value is (188,207,138). Sum of RGB (Red+Green+Blue) = 188+207+138=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF8A is #433075. Grayscale: #C1C1C1. Windows color (decimal): -4403318 or 9097148. OLE color: 9097148.

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

Color convert

RGB188207138-
CMYK0.0900.330.19
HSL76.52º41.82%67.65%-
HSV(B)76.52º33.33%81.18%-
XYZ47.6457.1532.57-
YUV193.4596.71124.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 207 (81.25% from 255) = 38.84%
BLUE value IS 138 (54.30% from 255) = 25.89%
R=35.27%
G=38.84%
B=25.89%

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
Decimal1882071380.0900.330.1976.5241.8267.65
HexBCCF8A9021134d2a44
Octal274317212110412311552104
Binary101111001100111110001010100101000011001110011011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCF8A; }

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

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

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

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

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

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

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

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