#BBCC80

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

Shades of Caper #BBCC80

Tints of Caper #BBCC80

Color information

#BBCC80 (or 0xBBCC80) is unknown color: approx Caper. HEX triplet: BB, CC and 80. RGB value is (187,204,128). Sum of RGB (Red+Green+Blue) = 187+204+128=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC80 is #44337F. Grayscale: #BEBEBE. Windows color (decimal): -4469632 or 8441019. OLE color: 8441019.

HSL color Cylindrical-coordinate representation of color #BBCC80: hue angle of 73.42º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBCC80 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB187204128-
CMYK0.0800.370.2
HSL73.42º42.7%65.1%-
HSV(B)73.42º37.25%80%-
XYZ45.9855.3128.67-
YUV190.2592.87125.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 204 (80.08% from 255) = 39.31%
BLUE value IS 128 (50.39% from 255) = 24.66%
R=36.03%
G=39.31%
B=24.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041280.0800.370.273.4242.765.1
HexBBCC80802514492b41
Octal273314200100452411153101
Binary101110111100110010000000100001001011010010010011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCC80; }

 p { color: rgb(187,204,128); }

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

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

 a { background-color: rgb(187,204,128); }

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

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

 span { border-color: rgb(187,204,128); }

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