#bbcc88

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

Shades of Caper #BBCC88

Tints of Caper #BBCC88

Color information

#BBCC88 (or 0xBBCC88) is unknown color: approx Caper. HEX triplet: BB, CC and 88. RGB value is (187,204,136). Sum of RGB (Red+Green+Blue) = 187+204+136=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC88 is #443377. Grayscale: #BFBFBF. Windows color (decimal): -4469624 or 8965307. OLE color: 8965307.

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

Color convert

RGB187204136-
CMYK0.0800.330.2
HSL75º40%66.67%-
HSV(B)75º33.33%80%-
XYZ46.5355.5331.56-
YUV191.1696.87125.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 136 (53.52% from 255) = 25.81%
R=35.48%
G=38.71%
B=25.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041360.0800.330.2754066.67
HexBBCC888021144b2843
Octal273314210100412411350103
Binary101110111100110010001000100001000011010010010111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbcc88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbcc88; }

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

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

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

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

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

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

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

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