#BBCC85

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

Shades of Caper #BBCC85

Tints of Caper #BBCC85

Color information

#BBCC85 (or 0xBBCC85) is unknown color: approx Caper. HEX triplet: BB, CC and 85. RGB value is (187,204,133). Sum of RGB (Red+Green+Blue) = 187+204+133=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC85 is #44337A. Grayscale: #BFBFBF. Windows color (decimal): -4469627 or 8768699. OLE color: 8768699.

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

Color convert

RGB187204133-
CMYK0.0800.350.2
HSL74.37º41.04%66.08%-
HSV(B)74.37º34.8%80%-
XYZ46.3255.4430.45-
YUV190.8295.37125.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 204 (80.08% from 255) = 38.93%
BLUE value IS 133 (52.34% from 255) = 25.38%
R=35.69%
G=38.93%
B=25.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041330.0800.350.274.3741.0466.08
HexBBCC858023144a2942
Octal273314205100432411251102
Binary101110111100110010000101100001000111010010010101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCC85; }

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

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

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

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

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

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

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

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