#BBDE94

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

Shades of Sprout #BBDE94

Tints of Sprout #BBDE94

Color information

#BBDE94 (or 0xBBDE94) is unknown color: approx Sprout. HEX triplet: BB, DE and 94. RGB value is (187,222,148). Sum of RGB (Red+Green+Blue) = 187+222+148=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDE94 is #44216B. Grayscale: #CBCBCB. Windows color (decimal): -4465004 or 9756347. OLE color: 9756347.

HSL color Cylindrical-coordinate representation of color #BBDE94: hue angle of 88.38º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBDE94 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB187222148-
CMYK0.1600.330.13
HSL88.38º52.86%72.55%-
HSV(B)88.38º33.33%87.06%-
XYZ51.9664.9537.81-
YUV203.196.9116.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.57%
GREEN value IS 222 (87.11% from 255) = 39.86%
BLUE value IS 148 (58.20% from 255) = 26.57%
R=33.57%
G=39.86%
B=26.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872221480.1600.330.1388.3852.8672.55
HexBBDE9410021D583549
Octal273336224200411513065111
Binary101110111101111010010100100000100001110110110001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDE94; }

 p { color: rgb(187,222,148); }

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

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

 a { background-color: rgb(187,222,148); }

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

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

 span { border-color: rgb(187,222,148); }

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