#BBCA8B

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

Shades of Caper #BBCA8B

Tints of Caper #BBCA8B

Color information

#BBCA8B (or 0xBBCA8B) is unknown color: approx Caper. HEX triplet: BB, CA and 8B. RGB value is (187,202,139). Sum of RGB (Red+Green+Blue) = 187+202+139=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCA8B is #443574. Grayscale: #BEBEBE. Windows color (decimal): -4470133 or 9161403. OLE color: 9161403.

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

Color convert

RGB187202139-
CMYK0.0700.310.21
HSL74.29º37.28%66.86%-
HSV(B)74.29º31.19%79.22%-
XYZ46.2754.6732.54-
YUV190.3399.03125.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 139 (54.69% from 255) = 26.33%
R=35.42%
G=38.26%
B=26.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021390.0700.310.2174.2937.2866.86
HexBBCA8B701F154a2543
Octal27331221370372511245103
Binary1011101111001010100010111110111111010110010101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCA8B; }

 p { color: rgb(187,202,139); }

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

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

 a { background-color: rgb(187,202,139); }

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

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

 span { border-color: rgb(187,202,139); }

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