#BBC986

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

Shades of Caper #BBC986

Tints of Caper #BBC986

Color information

#BBC986 (or 0xBBC986) is unknown color: approx Caper. HEX triplet: BB, C9 and 86. RGB value is (187,201,134). Sum of RGB (Red+Green+Blue) = 187+201+134=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC986 is #443679. Grayscale: #BDBDBD. Windows color (decimal): -4470394 or 8833467. OLE color: 8833467.

HSL color Cylindrical-coordinate representation of color #BBC986: hue angle of 72.54º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBC986 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB187201134-
CMYK0.0700.330.21
HSL72.54º38.29%65.69%-
HSV(B)72.54º33.33%78.82%-
XYZ45.6854.0630.58-
YUV189.1896.86126.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 201 (78.91% from 255) = 38.51%
BLUE value IS 134 (52.73% from 255) = 25.67%
R=35.82%
G=38.51%
B=25.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872011340.0700.330.2172.5438.2965.69
HexBBC986702115492642
Octal27331120670412511146102
Binary10111011110010011000011011101000011010110010011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC986; }

 p { color: rgb(187,201,134); }

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

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

 a { background-color: rgb(187,201,134); }

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

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

 span { border-color: rgb(187,201,134); }

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