#BBDA8F

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

Shades of Sprout #BBDA8F

Tints of Sprout #BBDA8F

Color information

#BBDA8F (or 0xBBDA8F) is unknown color: approx Sprout. HEX triplet: BB, DA and 8F. RGB value is (187,218,143). Sum of RGB (Red+Green+Blue) = 187+218+143=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA8F is #442570. Grayscale: #C8C8C8. Windows color (decimal): -4466033 or 9427643. OLE color: 9427643.

HSL color Cylindrical-coordinate representation of color #BBDA8F: hue angle of 84.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBDA8F is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB187218143-
CMYK0.1400.340.15
HSL84.8º50.34%70.78%-
HSV(B)84.8º34.4%85.49%-
XYZ50.5262.6935.42-
YUV200.1895.73118.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.12%
GREEN value IS 218 (85.55% from 255) = 39.78%
BLUE value IS 143 (56.25% from 255) = 26.09%
R=34.12%
G=39.78%
B=26.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872181430.1400.340.1584.850.3470.78
HexBBDA8FE022F553247
Octal273332217160421712562107
Binary10111011110110101000111111100100010111110101011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDA8F; }

 p { color: rgb(187,218,143); }

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

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

 a { background-color: rgb(187,218,143); }

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

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

 span { border-color: rgb(187,218,143); }

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