#BBCCA0

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

Shades of Sprout #BBCCA0

Tints of Sprout #BBCCA0

Color information

#BBCCA0 (or 0xBBCCA0) is unknown color: approx Sprout. HEX triplet: BB, CC and A0. RGB value is (187,204,160). Sum of RGB (Red+Green+Blue) = 187+204+160=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCCA0 is #44335F. Grayscale: #C2C2C2. Windows color (decimal): -4469600 or 10538171. OLE color: 10538171.

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

Color convert

RGB187204160-
CMYK0.0800.220.2
HSL83.18º30.14%71.37%-
HSV(B)83.18º21.57%80%-
XYZ48.4356.2941.57-
YUV193.9108.87123.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 204 (80.08% from 255) = 37.02%
BLUE value IS 160 (62.89% from 255) = 29.04%
R=33.94%
G=37.02%
B=29.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041600.0800.220.283.1830.1471.37
HexBBCCA0801614531e47
Octal273314240100262412336107
Binary1011101111001100101000001000010110101001010011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCA0; }

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

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

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

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

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

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

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

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