#BBCBA0

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

Shades of Sprout #BBCBA0

Tints of Sprout #BBCBA0

Color information

#BBCBA0 (or 0xBBCBA0) is unknown color: approx Sprout. HEX triplet: BB, CB and A0. RGB value is (187,203,160). Sum of RGB (Red+Green+Blue) = 187+203+160=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBA0 is #44345F. Grayscale: #C1C1C1. Windows color (decimal): -4469856 or 10537915. OLE color: 10537915.

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

Color convert

RGB187203160-
CMYK0.0800.210.20
HSL82.33º29.25%71.18%-
HSV(B)82.33º21.18%79.61%-
XYZ48.1955.8141.49-
YUV193.31109.2123.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34%
GREEN value IS 203 (79.69% from 255) = 36.91%
BLUE value IS 160 (62.89% from 255) = 29.09%
R=34%
G=36.91%
B=29.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031600.0800.210.2082.3329.2571.18
HexBBCBA0801514521d47
Octal273313240100252412235107
Binary1011101111001011101000001000010101101001010010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBA0; }

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

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

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

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

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

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

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

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