#BBCA9C

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

Shades of Sprout #BBCA9C

Tints of Sprout #BBCA9C

Color information

#BBCA9C (or 0xBBCA9C) is unknown color: approx Sprout. HEX triplet: BB, CA and 9C. RGB value is (187,202,156). Sum of RGB (Red+Green+Blue) = 187+202+156=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCA9C is #443563. Grayscale: #C0C0C0. Windows color (decimal): -4470116 or 10275515. OLE color: 10275515.

HSL color Cylindrical-coordinate representation of color #BBCA9C: hue angle of 79.57º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBCA9C is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB187202156-
CMYK0.0700.230.21
HSL79.57º30.26%70.2%-
HSV(B)79.57º22.77%79.22%-
XYZ47.6155.2139.6-
YUV192.27107.53124.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.31%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 156 (61.33% from 255) = 28.62%
R=34.31%
G=37.06%
B=28.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021560.0700.230.2179.5730.2670.2
HexBBCA9C701715501e46
Octal27331223470272512036106
Binary101110111100101010011100111010111101011010000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCA9C; }

 p { color: rgb(187,202,156); }

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

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

 a { background-color: rgb(187,202,156); }

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

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

 span { border-color: rgb(187,202,156); }

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