#BBCA9F

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

Shades of Sprout #BBCA9F

Tints of Sprout #BBCA9F

Color information

#BBCA9F (or 0xBBCA9F) is unknown color: approx Sprout. HEX triplet: BB, CA and 9F. RGB value is (187,202,159). Sum of RGB (Red+Green+Blue) = 187+202+159=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCA9F is #443560. Grayscale: #C0C0C0. Windows color (decimal): -4470113 or 10472123. OLE color: 10472123.

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

Color convert

RGB187202159-
CMYK0.0700.210.21
HSL80.93º28.86%70.78%-
HSV(B)80.93º21.29%79.22%-
XYZ47.8755.3140.95-
YUV192.61109.03124-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.12%
GREEN value IS 202 (79.30% from 255) = 36.86%
BLUE value IS 159 (62.5% from 255) = 29.01%
R=34.12%
G=36.86%
B=29.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021590.0700.210.2180.9328.8670.78
HexBBCA9F701515511d47
Octal27331223770252512135107
Binary101110111100101010011111111010101101011010001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCA9F; }

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

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

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

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

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

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

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

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