#BCCF8B

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

Shades of Caper #BCCF8B

Tints of Caper #BCCF8B

Color information

#BCCF8B (or 0xBCCF8B) is unknown color: approx Caper. HEX triplet: BC, CF and 8B. RGB value is (188,207,139). Sum of RGB (Red+Green+Blue) = 188+207+139=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF8B is #433074. Grayscale: #C1C1C1. Windows color (decimal): -4403317 or 9162684. OLE color: 9162684.

HSL color Cylindrical-coordinate representation of color #BCCF8B: hue angle of 76.76º degrees, saturation: 0.41, 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 #BCCF8B is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB188207139-
CMYK0.0900.330.19
HSL76.76º41.46%67.84%-
HSV(B)76.76º32.85%81.18%-
XYZ47.7157.1832.95-
YUV193.5797.21124.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 207 (81.25% from 255) = 38.76%
BLUE value IS 139 (54.69% from 255) = 26.03%
R=35.21%
G=38.76%
B=26.03%

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
Decimal1882071390.0900.330.1976.7641.4667.84
HexBCCF8B9021134d2944
Octal274317213110412311551104
Binary101111001100111110001011100101000011001110011011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCF8B; }

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

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

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

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

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

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

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

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