#BBCD8C

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

Shades of Caper #BBCD8C

Tints of Caper #BBCD8C

Color information

#BBCD8C (or 0xBBCD8C) is unknown color: approx Caper. HEX triplet: BB, CD and 8C. RGB value is (187,205,140). Sum of RGB (Red+Green+Blue) = 187+205+140=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCD8C is #443273. Grayscale: #C0C0C0. Windows color (decimal): -4469364 or 9227707. OLE color: 9227707.

HSL color Cylindrical-coordinate representation of color #BBCD8C: hue angle of 76.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBCD8C is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB187205140-
CMYK0.0900.320.20
HSL76.62º39.39%67.65%-
HSV(B)76.62º31.71%80.39%-
XYZ47.0656.1233.16-
YUV192.2198.54124.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 140 (55.08% from 255) = 26.32%
R=35.15%
G=38.53%
B=26.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872051400.0900.320.2076.6239.3967.65
HexBBCD8C9020144d2744
Octal273315214110402411547104
Binary101110111100110110001100100101000001010010011011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCD8C; }

 p { color: rgb(187,205,140); }

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

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

 a { background-color: rgb(187,205,140); }

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

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

 span { border-color: rgb(187,205,140); }

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